Modified: jquery/jquery.debug.js =================================================================== --- jquery/jquery.debug.js 2007-03-18 16:11:14 UTC (rev 19) +++ jquery/jquery.debug.js 2007-04-01 09:09:17 UTC (rev 20) @@ -87,7 +87,7 @@ if (text == null) text = "[unknown]"; return text; - } + }; /* create the logging
node */ $(document).ready(function () { 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"]);