Changeset 38505

Show
Ignore:
Timestamp:
09/22/10 07:49:33 (3 years ago)
Author:
anekos
Message:

isTrack が真になる罠

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/twittperator/twlist-win.tw

    r38499 r38505  
    6565    cmdBox = $("twlist-command"); 
    6666 
    67     liberator.plugins.twittperator.Tweets.slice(0,twlist.maxRows).reverse().forEach(add); 
     67    liberator.plugins.twittperator.Tweets.slice(0,twlist.maxRows).reverse().forEach(function(it) add(it)); 
    6868    if (twlist.trackWords){ 
    6969      if (twlist.twlistTrack){