Skip to content

Commit

Permalink
Merge pull request #269 from charlierudolph/cr-codeCleanup
Browse files Browse the repository at this point in the history
Remove unused argument
  • Loading branch information
logicalparadox committed Sep 29, 2014
2 parents 6e65020 + e8ff325 commit 7e28dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chai/core/assertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ module.exports = function (chai, _) {
}

Assertion.addChainableMethod('length', assertLength, assertLengthChain);
Assertion.addMethod('lengthOf', assertLength, assertLengthChain);
Assertion.addMethod('lengthOf', assertLength);

/**
* ### .match(regexp)
Expand Down

0 comments on commit 7e28dcc

Please # to comment.