From 7e4b9c60de6e676d1dd29d8c114bbcb12273f479 Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 18 Sep 2010 23:52:04 +0000 Subject: nyaaaaps git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38492 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 6f97018..cd76fa3 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1366,7 +1366,7 @@ let PLUGIN_INFO = recentTweets.unshift(hash); if (recentTweets.length > 10) - recentTweetsistory.splice(10); + recentTweets.splice(10); listeners.forEach(function(listener) liberator.trapErrors(function() listener(msg, raw))); -- cgit v1.2.3