Skip to content

Commit

Permalink
(minor) aliased export to exportTo
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Dec 29, 2010
1 parent 3b1545a commit 398443d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/vows/suite.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ this.Suite.prototype = new(function () {
return module.exports[this.subject] = this;
}
};
this.exportTo = function (module, options) { // Alias, for JSLint
return this.export(module, options);
};
});

//
Expand Down

0 comments on commit 398443d

Please sign in to comment.