Skip to content

Commit

Permalink
fix keyword silliness
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Nov 25, 2012
1 parent 749e84f commit e14cce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Test.prototype.skip = function (msg, extra) {
};

Test.prototype.ok
= Test.prototype.true
= Test.prototype['true']
= Test.prototype.assert
= function (value, msg, extra) {
this._assert(value, {
Expand Down

0 comments on commit e14cce3

Please sign in to comment.