From 093aebd9d2bc2e770c282e3e72f46b8c0fb5fc3b Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 1 Aug 2010 01:24:20 +0000 Subject: これだ! git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38111 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- cgit v1.2.3