e7a930a5b35720e4dc933ff6e2c93e92c0073115
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.
======= A JavaScript Testing Framework
Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, Node.js projects, or anywhere that JavaScript can run.
Documentation & guides live here: http://pivotal.github.com/jasmine/
DEV GUIDE
Dependencies for this repo
- Ruby > 1.9, Rubygems, Bundler
- Node.js, npm
Support
- Search past discussions: http://groups.google.com/group/jasmine-js
- Send an email to the list: jasmine-js@googlegroups.com
- View the project backlog at Pivotal Tracker: http://www.pivotaltracker.com/projects/10606
- Follow us on Twitter: @JasmineBDD
Maintainers
- Davis W. Frank, Pivotal Labs
- Rajan Agaskar, Pivotal Labs
- Christian Williams, Square
Copyright (c) 2008-2012 Pivotal Labs. This software is licensed under the MIT License.
Description
