Skip to content

Commit

Permalink
remove Promise
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Feb 22, 2010
1 parent 84fa841 commit 96a1ee6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/vows.js
Expand Up @@ -149,8 +149,7 @@ vows.options = {
// It can take either a function as `tests`,
// or an object literal.
vows.tell = function (topic, tests) {
this.options.Emitter.prototype.addVow =
events.Promise.prototype.addVow = addVow;
this.options.Emitter.prototype.addVow = addVow;
this.tests = tests;
this.remaining = 0;

Expand Down

0 comments on commit 96a1ee6

Please sign in to comment.