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

Function isEmptyObject

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

Source from the content-addressed store, hash-verified

3230}
3231
3232function isEmptyObject(obj) {
3233 var name;
3234
3235 for (name in obj) {
3236 return false;
3237 }
3238 return true;
3239}
3240
3241function removeIfEmptyData(element) {
3242 var expandoId = element.ng339;

Callers 1

removeIfEmptyDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected