We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3f9bf commit 5ca18ecCopy full SHA for 5ca18ec
lib/utils/object.js
@@ -24,4 +24,4 @@ exports.isSimpleValue = function(value) {
24
25
exports.isObjectObject = function(obj) {
26
return _.isObject(obj) && Object.prototype.toString.call(obj) === '[object Object]';
27
-}
+};
0 commit comments