tot - Check-in [18]
Not logged in
[Browse]  [Home]  [Login]  [Reports]  [Search]  [Timeline
  [Patchset
Check-in Number: 18
Date: 2007-Mar-18 11:17:31 (local)
2007-Mar-18 10:17:31 (UTC)
User:rse
Branch:
Comment: fix syntax
Tickets:
Inspections:
Files:
jquery/jquery.alternation.js      10 -> 18
Modified: jquery/jquery.alternation.js
===================================================================
--- jquery/jquery.alternation.js	2007-03-18 09:59:40 UTC (rev 17)
+++ jquery/jquery.alternation.js	2007-03-18 10:17:31 UTC (rev 18)
@@ -77,7 +77,7 @@
             } else
                 alert('jQuery: alternation: parameter "alternation" must either be "sequence" or "random"');
         }
-    }
+    };
 
     /* jQuery static function */
     $.alternation._next = function(elements, settings, current, last) {