aboutsummaryrefslogtreecommitdiffstats
path: root/usi.js
diff options
context:
space:
mode:
authoranekos2011-02-26 00:50:14 +0900
committeranekos2011-02-26 00:50:14 +0900
commite552a90210197f43a6546910ab71f828a8b1b0d5 (patch)
tree1098425e95ca8a32fc5d81fe25c192f50e45c53b /usi.js
parentd3f0d80f8061e3894f09fb1f63dfc8c641548665 (diff)
downloadvimperator-plugins-e552a90210197f43a6546910ab71f828a8b1b0d5.tar.bz2
folding 追加
Diffstat (limited to 'usi.js')
-rw-r--r--usi.js13
1 files changed, 7 insertions, 6 deletions
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