aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator
diff options
context:
space:
mode:
authorteramako2010-09-28 14:17:21 +0000
committerteramako2010-09-28 14:17:21 +0000
commit2eb00d946e5695c21982ae5935d6db6c1f1dbf72 (patch)
tree15e64f7a7328a6017d4b1929d736d92ab23fbc82 /twittperator
parent4bb44270666610efacafe4904fcf4f79c112d981 (diff)
downloadvimperator-plugins-2eb00d946e5695c21982ae5935d6db6c1f1dbf72.tar.bz2
fix: bug
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38529 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twittperator')
-rw-r--r--twittperator/twlist-win.tw2
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator/twlist-win.tw b/twittperator/twlist-win.tw
index cb9d0ea..51ab234 100644
--- a/twittperator/twlist-win.tw
+++ b/twittperator/twlist-win.tw
@@ -65,7 +65,7 @@ let winXML = <>
tabBox = $("twlist-tabbox");
cmdBox = $("twlist-command");
- liberator.plugins.twittperator.Tweets.slice(0,twlist.maxRows).reverse().forEach(add);
+ liberator.plugins.twittperator.Tweets.slice(0,twlist.maxRows).reverse().forEach(function(m) add(m));
if (twlist.trackWords){
if (twlist.twlistTrack){
TrackTabs.init(twlist.twlistTrack);