From 3dac8673ae5c6b055b30274e56a01687831e937a Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 7 Oct 2008 23:58:54 +0000 Subject: fix a bug. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@20946 d0d07461-0603-4401-acd4-de1884942a52 --- twitter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twitter.js b/twitter.js index a158f66..ad76695 100644 --- a/twitter.js +++ b/twitter.js @@ -1,5 +1,5 @@ // Vimperator plugin: "Update Twitter" -// Last Change: 20-Jun-2008. Jan 2008 +// Last Change: 08-Oct-2008. Jan 2008 // License: Creative Commons // Maintainer: Trapezoid - http://unsigned.g.hatena.ne.jp/Trapezoid // @@ -174,6 +174,6 @@ },{ bang: true } - { }); + ); })(); // vim:sw=4 ts=4 et: -- cgit v1.2.3