MCPcopy Create free account
hub / github.com/prototypejs/prototype / purgeCollection

Function purgeCollection

src/prototype/dom/dom.js:1190–1194  ·  view source on GitHub ↗
(elements)

Source from the content-addressed store, hash-verified

1188 }
1189
1190 function purgeCollection(elements) {
1191 var i = elements.length;
1192 while (i--)
1193 purgeElement(elements[i]);
1194 }
1195
1196 function purgeCollection_IE(elements) {
1197 var i = elements.length, element, uid;

Callers

nothing calls this directly

Calls 1

purgeElementFunction · 0.85

Tested by

no test coverage detected