diff options
author | mattn | 2008-10-08 00:03:39 +0000 |
---|---|---|
committer | mattn | 2008-10-08 00:03:39 +0000 |
commit | d4a8110dacce0b85bfab57d5b8fe04664db56ae4 (patch) | |
tree | a40af606cb11758ad0275afb11aaff4c388a63a9 /mixiecho.js | |
parent | 3dac8673ae5c6b055b30274e56a01687831e937a (diff) | |
download | vimperator-plugins-d4a8110dacce0b85bfab57d5b8fe04664db56ae4.tar.bz2 |
fix a bug.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@20948 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'mixiecho.js')
-rw-r--r-- | mixiecho.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mixiecho.js b/mixiecho.js index 2fed274..aa40b26 100644 --- a/mixiecho.js +++ b/mixiecho.js @@ -1,5 +1,5 @@ // Vimperator plugin: "Update mixi echo"
-// Last Change: 05-Aug-2008. Jan 2008
+// Last Change: 08-Oct-2008. Jan 2008
// License: Creative Commons
// Maintainer: mattn <mattn.jp@gmail.com> - http://mattn.kaoriya.net/
@@ -119,5 +119,5 @@ },{
bang: true
}
- { });
+ );
})();
|