MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / isObjectEmpty

Function isObjectEmpty

lib/test/angular/1.8.0/angular.js:25233–25242  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

25231}
25232
25233function isObjectEmpty(obj) {
25234 if (obj) {
25235 for (var prop in obj) {
25236 if (obj.hasOwnProperty(prop)) {
25237 return false;
25238 }
25239 }
25240 }
25241 return true;
25242}
25243
25244/* global
25245 VALID_CLASS: false,

Callers 2

addSetValidityMethodFunction · 0.70
unsetAndCleanupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected