Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 9, 2013
1 parent 4da2723 commit 8f66a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocha.js
Expand Up @@ -1324,7 +1324,7 @@ function Mocha(options) {
*/

Mocha.prototype.bail = function(bail){
if (null == bail) bail = true;
if (0 == arguments.length) bail = true;
this.suite.bail(bail);
return this;
};
Expand Down

0 comments on commit 8f66a59

Please sign in to comment.