MCPcopy Index your code
hub / github.com/angular-ui/ui-router / sortedKeys

Function sortedKeys

test/angular/1.3/angular.js:342–344  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

340}
341
342function sortedKeys(obj) {
343 return Object.keys(obj).sort();
344}
345
346function forEachSorted(obj, iterator, context) {
347 var keys = sortedKeys(obj);

Callers 2

forEachSortedFunction · 0.70
renderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected