diff options
author | anekos | 2009-02-04 09:27:30 +0000 |
---|---|---|
committer | anekos | 2009-02-04 09:27:30 +0000 |
commit | a7a84d5e48c1ca1308de24695fdd09a34c222394 (patch) | |
tree | c07e557fabcb7ff010e70e0b7d6cb2efdcb9910a /maine_coon.js | |
parent | 2dfb9eab10ca2c383cb4fd70bf9725135bddef74 (diff) | |
download | vimperator-plugins-a7a84d5e48c1ca1308de24695fdd09a34c222394.tar.bz2 |
PLUGIN_INFO 記述追加
ぷちしゅうせい
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29522 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'maine_coon.js')
-rw-r--r-- | maine_coon.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/maine_coon.js b/maine_coon.js index 31a9f23..aabf220 100644 --- a/maine_coon.js +++ b/maine_coon.js @@ -46,6 +46,8 @@ let PLUGIN_INFO = <license>new BSD License (Please read the source code comments of this plugin)</license> <license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license> <detail><![CDATA[ + == Requires == + _libly.js == Options == mainecoon: Possible values @@ -79,6 +81,8 @@ let PLUGIN_INFO = http://vimperator.g.hatena.ne.jp/snaka72/20090106/1231262955 ]]></detail> <detail lang="ja"><![CDATA[ + == Requires == + _libly.js == Options == mainecoon: 以下の文字の組み合わせを指定します。 @@ -120,6 +124,7 @@ let tagetIDs = (liberator.globalVariables.maine_coon_targets || '').split(/\s+/) (function () { + let U = libly.$U; let mainWindow = document.getElementById('main-window'); let messageBox = document.getElementById('liberator-message'); @@ -208,7 +213,6 @@ let tagetIDs = (liberator.globalVariables.maine_coon_targets || '').split(/\s+/) (value === undefined); let echo = (function () { - let U = libly.$U; let time = 40; let remove; |