diff options
author | teramako | 2008-10-06 13:42:31 +0000 |
---|---|---|
committer | teramako | 2008-10-06 13:42:31 +0000 |
commit | d874a1e3aee67c86a5057fe1fffcdb134a5fb5a9 (patch) | |
tree | 25a4f6bf7edef3b08c6fcad5cf2360148904b96c /stylechanger.js | |
parent | d85db4777cc72cfd5771766defd368d394281797 (diff) | |
download | vimperator-plugins-d874a1e3aee67c86a5057fe1fffcdb134a5fb5a9.tar.bz2 |
vimp CVS Headに追従(bang[!])の仕様変更に対して)
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@20854 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'stylechanger.js')
-rw-r--r-- | stylechanger.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stylechanger.js b/stylechanger.js index f075ea4..d6354d8 100644 --- a/stylechanger.js +++ b/stylechanger.js @@ -183,7 +183,8 @@ liberator.plugins.styleSheetsManger = (function(){ } }); return [0, candidates]; - } + }, + bang: true } ); var CSSData = {}; |