From 5bd9290fba5ae1dead92c48c3b61c648bc276116 Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 27 Sep 2010 08:59:12 +0000 Subject: 意味の分からない返り値を返すべきじゃなかった git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38523 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index a4b0d52..4d8ab01 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1371,7 +1371,7 @@ let PLUGIN_INFO = function onMsg(msg, raw) { let hash = getStatusHash(msg) if (recentTweets.some(function (it) it === hash)) - return false; + return; recentTweets.unshift(hash); if (recentTweets.length > 10) -- cgit v1.2.3