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

Function jqLiteCleanData

lib/test/angular/1.5.0/angular.js:2770–2774  ·  view source on GitHub ↗
(nodes)

Source from the content-addressed store, hash-verified

2768}
2769
2770function jqLiteCleanData(nodes) {
2771 for (var i = 0, ii = nodes.length; i < ii; i++) {
2772 jqLiteRemoveData(nodes[i]);
2773 }
2774}
2775
2776function jqLiteBuildFragment(html, context) {
2777 var tmp, tag, wrap,

Callers

nothing calls this directly

Calls 1

jqLiteRemoveDataFunction · 0.70

Tested by

no test coverage detected