MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / isObjectEmpty

Function isObjectEmpty

lib/test/angular/1.7.0/angular.js:24419–24428  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

24417}
24418
24419function isObjectEmpty(obj) {
24420 if (obj) {
24421 for (var prop in obj) {
24422 if (obj.hasOwnProperty(prop)) {
24423 return false;
24424 }
24425 }
24426 }
24427 return true;
24428}
24429
24430/* global
24431 VALID_CLASS: false,

Callers 2

addSetValidityMethodFunction · 0.70
unsetAndCleanupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected