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

Function isEmptyObject

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

Source from the content-addressed store, hash-verified

3341}
3342
3343function isEmptyObject(obj) {
3344 var name;
3345
3346 for (name in obj) {
3347 return false;
3348 }
3349 return true;
3350}
3351
3352function removeIfEmptyData(element) {
3353 var expandoId = element.ng339;

Callers 1

removeIfEmptyDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected