diff options
author | anekos | 2010-08-05 16:00:41 +0000 |
---|---|---|
committer | anekos | 2010-08-05 16:00:41 +0000 |
commit | 6b29fed874d8d7397ea0be5dd6a07031917a2d79 (patch) | |
tree | 085798f423d180a3b4a68c2a24f9c865938ab65e | |
parent | b9a96778f31d53d7c7e3b352d7fb02cac3165d6d (diff) | |
download | vimperator-plugins-6b29fed874d8d7397ea0be5dd6a07031917a2d79.tar.bz2 |
引数の誤り
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38190 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index ce7f7bb..ad77888 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1602,7 +1602,7 @@ function loadPlugins() { // {{{ if (doGet) { if (!getting) { getting = true; - getFollowersStatus(null, function() { + getFollowersStatus(null, true, function() { getting = false; context.fork("Twittperator", 0, context, function(context) commandCompelter(context, args)); }); |