Clean code.

This commit is contained in:
Lars Jung 2015-04-24 15:17:54 +02:00
parent 4daab5d77b
commit 9102b6d1c3
7 changed files with 56 additions and 147 deletions

View file

@ -4,7 +4,7 @@
chai.Assertion.addChainableMethod('isPlainObject', function () {
this.assert(
_.isPlainObject(this._obj),
$.isPlainObject(this._obj),
'expected ' + this._obj + ' to be a plain Object',
'expected ' + this._obj + ' not to be a plain Object'
);