test/jquery_units/test_helper.js in jbarnette-johnson-1.0.0.20090127202936 vs test/jquery_units/test_helper.js in jbarnette-johnson-1.0.0.20090225110820
- old
+ new
@@ -192,6 +192,6 @@
* @example url("data/test.php?foo=bar")
* @result "data/test.php?foo=bar&10538358345554"
*/
function url(value) {
return value + (/\?/.test(value) ? "&" : "?") + new Date().getTime() + "" + parseInt(Math.random()*100000);
-}
\ No newline at end of file
+}