<static> isPlainObject(obj) → {boolean}
This is a slightly modified version of jQuery.isPlainObject.
A plain object is an object whose internal class property is [object Object].
Parameters
Name | Type | Description |
---|---|---|
obj | object | The object to inspect. |
Returns
boolean -
- true if the object is plain, otherwise false.
- Source code: utils/Utils.js (Line 222)
Please login to continue.