Skip to content

Commit

Permalink
'end' takes some parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed May 11, 2010
1 parent a54c076 commit 15648b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vows.js
Expand Up @@ -169,7 +169,7 @@ function addVows(tests) {
})(tests);
}

this.addListener("end", function () {
this.addListener("end", function (honored, broken, errored) {
var topic, vow, env;

vows.remaining += remaining;
Expand Down

0 comments on commit 15648b1

Please sign in to comment.