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
Original issue reported on code.google.com by
JayChens...@gmail.com
on 21 Jun 2013 at 3:45