aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2010-08-01 01:24:20 +0000
committeranekos2010-08-01 01:24:20 +0000
commit093aebd9d2bc2e770c282e3e72f46b8c0fb5fc3b (patch)
treec852a4e4e9c60235c53cc2775f8831752d04c953
parente99b09d26879df9339db850c9238a42d68688ae4 (diff)
downloadvimperator-plugins-093aebd9d2bc2e770c282e3e72f46b8c0fb5fc3b.tar.bz2
これだ!
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38111 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 7757e3e..4c97d1c 100755
--- a/twittperator.js
+++ b/twittperator.js
@@ -1177,7 +1177,7 @@
if (msg.text) {
history.unshift(msg);
if (history.length > 1000)
- __context__.Tweets = history = history.slice(0, 1000);
+ history.splice(1000);
}
}