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

Function removeExcessElements

lib/test/angular/1.4.3/angular.js:26331–26338  ·  view source on GitHub ↗
(current)

Source from the content-addressed store, hash-verified

26329
26330
26331 function removeExcessElements(current) {
26332 var next;
26333 while (current) {
26334 next = current.nextSibling;
26335 jqLiteRemove(current);
26336 current = next;
26337 }
26338 }
26339
26340
26341 function skipEmptyAndUnknownOptions(current) {

Callers 1

updateOptionsFunction · 0.70

Calls 1

jqLiteRemoveFunction · 0.70

Tested by

no test coverage detected