Remove unused argument

This commit is contained in:
charlierudolph 2014-06-08 14:06:56 -07:00
parent ab999d8917
commit e8ff325d0e

View file

@ -871,7 +871,7 @@ module.exports = function (chai, _) {
}
Assertion.addChainableMethod('length', assertLength, assertLengthChain);
Assertion.addMethod('lengthOf', assertLength, assertLengthChain);
Assertion.addMethod('lengthOf', assertLength);
/**
* ### .match(regexp)