diff options
author | anekos | 2010-08-01 01:24:20 +0000 |
---|---|---|
committer | anekos | 2010-08-01 01:24:20 +0000 |
commit | 093aebd9d2bc2e770c282e3e72f46b8c0fb5fc3b (patch) | |
tree | c852a4e4e9c60235c53cc2775f8831752d04c953 | |
parent | e99b09d26879df9339db850c9238a42d68688ae4 (diff) | |
download | vimperator-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-x | twittperator.js | 2 |
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); } } |