mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-09-28 21:49:13 +02:00
Clean code.
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
Reference in New Issue
Block a user