Changeset 11135

Show
Ignore:
Timestamp:
05/05/08 04:34:05 (5 years ago)
Author:
drry
Message:
  • fixed oops in [11132]. Constellation.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/userscripts/ldrize.user.js

    r11132 r11135  
    11481148  }, 
    11491149  clearTimer: function(){ 
    1150           SmoothScroll.id_list.forEach(clearTimeout); 
     1150          SmoothScroll.id_list.forEach(function(id){ 
     1151                  clearTimeout(id); 
     1152          }); 
    11511153          SmoothScroll.id_list = []; 
    11521154  },