aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
authoranekos2010-08-05 16:00:41 +0000
committeranekos2010-08-05 16:00:41 +0000
commit6b29fed874d8d7397ea0be5dd6a07031917a2d79 (patch)
tree085798f423d180a3b4a68c2a24f9c865938ab65e /twittperator.js
parentb9a96778f31d53d7c7e3b352d7fb02cac3165d6d (diff)
downloadvimperator-plugins-6b29fed874d8d7397ea0be5dd6a07031917a2d79.tar.bz2
引数の誤り
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38190 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twittperator.js')
-rwxr-xr-xtwittperator.js2
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));
});