diff options
author | drry | 2008-11-28 07:30:22 +0000 |
---|---|---|
committer | drry | 2008-11-28 07:30:22 +0000 |
commit | b55a8dd2c0e78cb494d02e1c29220e241382fb42 (patch) | |
tree | e26531875a8b43f0633709065e6ff19237a71d06 | |
parent | 7e4f490dc52692b90e3f73a02919642ce28613fd (diff) | |
download | vimperator-plugins-b55a8dd2c0e78cb494d02e1c29220e241382fb42.tar.bz2 |
* oops, [25220].
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@25227 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | migratestatusbar.js | 2 | ||||
-rw-r--r-- | pathtraq.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/migratestatusbar.js b/migratestatusbar.js index f22da9d..782aa36 100644 --- a/migratestatusbar.js +++ b/migratestatusbar.js @@ -57,7 +57,7 @@ * * */ -(function(){ +(function() { const style = [ 'padding: 1px;', diff --git a/pathtraq.js b/pathtraq.js index ca6ad90..7e9a317 100644 --- a/pathtraq.js +++ b/pathtraq.js @@ -13,7 +13,7 @@ * New BSD License * * USAGE - * This plugin change Pathtraq indicators to non-display, + * this plugin change Pathtraq indicators to non-display, * and display the icon of Pathtraq. * you can use value 'p' in option 'pageinfo'. * it will display ratings of current page. |