From 236ae6130d6a78d4cc8a5349316a3ab0c085a6b9 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 19 Dec 2010 07:36:52 +0900 Subject: 折りたたみ追加 --- twittperator.js | 4 ++-- 1 file 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); }, // }}} -- cgit v1.2.3