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: |
|
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) {