diff options
author | anekos | 2013-04-06 16:50:50 +0900 |
---|---|---|
committer | anekos | 2013-04-06 16:50:50 +0900 |
commit | 866c812c0ac7f378ea9ec26ada7da2ca3447f19f (patch) | |
tree | f81e36ccdf7b0db26d948431e36ce61e8c76608c | |
parent | 4a3e7bb2b56a692ef82f24daea776a987c631ac2 (diff) | |
download | vimperator-plugins-866c812c0ac7f378ea9ec26ada7da2ca3447f19f.tar.bz2 |
Add ";"
-rw-r--r-- | applauncher.js | 2 | ||||
-rw-r--r-- | mouse_gestures.js | 2 | ||||
-rw-r--r-- | statusline-toolbar.js | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/applauncher.js b/applauncher.js index 09b9f83..31f62c9 100644 --- a/applauncher.js +++ b/applauncher.js @@ -30,7 +30,7 @@ var PLUGIN_INFO = 引数を複数指定する場合は配列形式で指定してください。 applauncher_charset を指定すると、渡される文字列が指定の文字セットに変換されます。 ]]></detail> -</VimperatorPlugin> +</VimperatorPlugin>; liberator.plugins.AppLauncher = (function(){ const UConv = Cc['@mozilla.org/intl/scriptableunicodeconverter'].getService(Ci.nsIScriptableUnicodeConverter); diff --git a/mouse_gestures.js b/mouse_gestures.js index bde92f4..4699f98 100644 --- a/mouse_gestures.js +++ b/mouse_gestures.js @@ -68,7 +68,7 @@ var PLUGIN_INFO = - noremap flag キーを送る、かつ、そのキーコードを noremap で処理を行いたい場合、true を指定してください。 ]]></detail> -</VimperatorPlugin> +</VimperatorPlugin>; liberator.plugins.MouseGestures = (function() { diff --git a/statusline-toolbar.js b/statusline-toolbar.js index b524e88..cabfde9 100644 --- a/statusline-toolbar.js +++ b/statusline-toolbar.js @@ -29,7 +29,7 @@ var INFO = </p> </description> </item> -</plugin> +</plugin>; var updater = { "star-button": [ |