From 6b29fed874d8d7397ea0be5dd6a07031917a2d79 Mon Sep 17 00:00:00 2001 From: anekos Date: Thu, 5 Aug 2010 16:00:41 +0000 Subject: 引数の誤り git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38190 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }); -- cgit v1.2.3