Skip to content

Commit 866c812

Browse files
committed
Add ";"
1 parent 4a3e7bb commit 866c812

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

applauncher.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var PLUGIN_INFO =
3030
引数を複数指定する場合は配列形式で指定してください。
3131
applauncher_charset を指定すると、渡される文字列が指定の文字セットに変換されます。
3232
]]></detail>
33-
</VimperatorPlugin>
33+
</VimperatorPlugin>;
3434

3535
liberator.plugins.AppLauncher = (function(){
3636
const UConv = Cc['@mozilla.org/intl/scriptableunicodeconverter'].getService(Ci.nsIScriptableUnicodeConverter);

mouse_gestures.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var PLUGIN_INFO =
6868
- noremap flag
6969
キーを送る、かつ、そのキーコードを noremap で処理を行いたい場合、true を指定してください。
7070
]]></detail>
71-
</VimperatorPlugin>
71+
</VimperatorPlugin>;
7272

7373
liberator.plugins.MouseGestures = (function() {
7474

statusline-toolbar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var INFO =
2929
</p>
3030
</description>
3131
</item>
32-
</plugin>
32+
</plugin>;
3333

3434
var updater = {
3535
"star-button": [

0 commit comments

Comments
 (0)