From e552a90210197f43a6546910ab71f828a8b1b0d5 Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 26 Feb 2011 00:50:14 +0900 Subject: folding 追加 --- usi.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'usi.js') diff --git a/usi.js b/usi.js index 8cbc33e..5e1021d 100644 --- a/usi.js +++ b/usi.js @@ -336,7 +336,7 @@ let INFO = return (base || 'http://api.rememberthemilk.com/services/rest/') + '?' + paramString; }, // }}} - openAuthPage: function () { + openAuthPage: function () { // {{{ Utils.log('openAuthPage'); Cow.get( { @@ -361,9 +361,9 @@ let INFO = } } ); - }, + }, // }}} - getToken: function (onComplete) { + getToken: function (onComplete) { // {{{ Utils.log('Start to get token'); Cow.get( @@ -390,9 +390,9 @@ let INFO = } } ); - }, + }, // }}} - checkAuth: function (onAuthorized) { + checkAuth: function (onAuthorized) { // {{{ Cow.get( { method: 'rtm.auth.checkToken', @@ -400,7 +400,7 @@ let INFO = }, {} ) - } + } //}}} }; // }}} // Command maker {{{ @@ -667,6 +667,7 @@ let INFO = ['t[ask]'], 'Task control', function (args) { + }, { subCommands: TaskSubCommands -- cgit v1.2.3