diff options
author | anekos | 2010-12-19 07:36:52 +0900 |
---|---|---|
committer | anekos | 2010-12-19 08:50:58 +0900 |
commit | 236ae6130d6a78d4cc8a5349316a3ab0c085a6b9 (patch) | |
tree | 58fac10bc136b88fa33ca4a1888a94f231e27805 /twittperator.js | |
parent | bbc6a85e93c64ee3e0ee15233d78f6959de90930 (diff) | |
download | vimperator-plugins-236ae6130d6a78d4cc8a5349316a3ab0c085a6b9.tar.bz2 |
折りたたみ追加
Diffstat (limited to 'twittperator.js')
-rw-r--r-- | twittperator.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twittperator.js b/twittperator.js index 8076d3c..b134f05 100644 --- a/twittperator.js +++ b/twittperator.js @@ -1599,7 +1599,7 @@ let PLUGIN_INFO = }, // }}} }; // }}} let Twittperator = { // {{{ - confirm: function(msg, onYes, onNo, onCancel) { + confirm: function(msg, onYes, onNo, onCancel) { // {{{ if (!onNo) onNo = function () Twittperator.echo('canceled.'); @@ -1610,7 +1610,7 @@ let PLUGIN_INFO = onCancel: onCancel || onNo } ); - }, + }, // }}} echo: function(msg) { // {{{ liberator.echo("[Twittperator] " + msg); }, // }}} |