|
Modified: jquery/jquery.schedule.js
===================================================================
--- jquery/jquery.schedule.js 2007-03-18 16:11:14 UTC (rev 19)
+++ jquery/jquery.schedule.js 2007-04-01 09:09:17 UTC (rev 20)
@@ -192,7 +192,7 @@
(ctx["_scheduler"])._schedule(ctx);
else
delete (ctx["_scheduler"]).bucket[ctx["id"]];
- }
+ };
/* schedule task and return handle */
return setTimeout(trampoline, ctx["time"]);