mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -04:00
Clean code.
This commit is contained in:
parent
4daab5d77b
commit
9102b6d1c3
7 changed files with 56 additions and 147 deletions
|
@ -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'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue