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

Function isObjectEmpty

lib/test/angular/1.6.7/angular.js:23953–23962  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

23951}
23952
23953function isObjectEmpty(obj) {
23954 if (obj) {
23955 for (var prop in obj) {
23956 if (obj.hasOwnProperty(prop)) {
23957 return false;
23958 }
23959 }
23960 }
23961 return true;
23962}
23963
23964/* global
23965 VALID_CLASS: false,

Callers 2

addSetValidityMethodFunction · 0.70
unsetAndCleanupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected