diff options
-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); }, // }}} |