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

Function jqLiteWrapNode

lib/test/angular/1.5.0/angular.js:2828–2836  ·  view source on GitHub ↗
(node, wrapper)

Source from the content-addressed store, hash-verified

2826}
2827
2828function jqLiteWrapNode(node, wrapper) {
2829 var parent = node.parentNode;
2830
2831 if (parent) {
2832 parent.replaceChild(wrapper, node);
2833 }
2834
2835 wrapper.appendChild(node);
2836}
2837
2838
2839// IE9-11 has no method "contains" in SVG element and in Node.prototype. Bug #10259.

Callers 2

angular.jsFile · 0.70
compileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected