tot - Check-in [20]
Not logged in
[Browse]  [Home]  [Login]  [Reports]  [Search]  [Timeline
  [Patchset
Check-in Number: 20
Date: 2007-Apr-01 11:09:17 (local)
2007-Apr-01 09:09:17 (UTC)
User:rse
Branch:
Comment: fix syntax
Tickets:
Inspections:
Files:
jquery/jquery.debug.js      14 -> 20
jquery/jquery.schedule.js      12 -> 20
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 <div> 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"]);