lauriemustafic / jquery-nicescroll

Automatically exported from code.google.com/p/jquery-nicescroll
0 stars 0 forks source link

I found some error in IE when I coding in frameset #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
line 3114 :
for(a=0;a<doms.length;a++)
must change to
for(var a=0;a<doms.length;a++)

sorry I do something in this js, so the line number could be worng..and my 
English also is poor

Original issue reported on code.google.com by JayChens...@gmail.com on 21 Jun 2013 at 3:45

GoogleCodeExporter commented 8 years ago
Thanks. Code fixed on beta http://bit.ly/12LECMw

Original comment by inuya...@gmail.com on 5 Jul 2013 at 7:04