Files
jasmine/spec
Caio Cunha e7a930a5b3 DelayedFunctionScheduler tick, setTimeout/Interval delay defaults to 0
If ommited or null, delay for refered methods will default to 0. This
will make setTimeout and setInterval methods to behave as expected by
[HTML5 specs](http://www.w3.org/TR/html51/webappapis.html#timers):

"Let timeout [delay] be the second argument to the method, or zero if the
argument was omitted."

This commit also fixes an issue with tick() being called without arguments,
that causes the scheduler to break and stop working after this call.
2013-03-13 10:55:46 -03:00
..
2013-03-01 10:41:25 -08:00
2012-12-03 15:46:29 -08:00
2012-12-08 11:48:11 -08:00
2013-03-01 14:28:18 -08:00