Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-router
/ isEmptyObject
Function
isEmptyObject
test/angular/1.7/angular.js:3278–3285 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
3276
}
3277
3278
function
isEmptyObject(obj) {
3279
var
name;
3280
3281
for
(name in obj) {
3282
return
false;
3283
}
3284
return
true;
3285
}
3286
3287
function
removeIfEmptyData(element) {
3288
var
expandoId = element.ng339;
Callers
1
removeIfEmptyData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected