aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2010-09-18 23:52:04 +0000
committeranekos2010-09-18 23:52:04 +0000
commit7e4b9c60de6e676d1dd29d8c114bbcb12273f479 (patch)
tree1cb8a9e73afdf2edd09d056d79c75d9afc95988a
parent5a0be3b0bd050f65aad63570adffeaeb8974c8dc (diff)
downloadvimperator-plugins-7e4b9c60de6e676d1dd29d8c114bbcb12273f479.tar.bz2
nyaaaaps
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38492 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-xtwittperator.js2
1 files changed, 1 insertions, 1 deletions
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)));