remyaaron / hcalendar

Automatically exported from code.google.com/p/hcalendar
0 stars 0 forks source link

setTimeout or setInterval #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
3. Your add-on calls the setTimeout or setInterval functions with string rather 
than function arguments, which is normally not allowed. For instance, 
setTimeout('object.doStuff()',1) should be written as setTimeout(function () { 
object.doStuff() },1) instead.

Original issue reported on code.google.com by igor.zc on 23 Apr 2012 at 4:05

GoogleCodeExporter commented 8 years ago
fixed in 1.0.6.0

Original comment by igor.zc on 25 Apr 2012 at 6:10