MCPcopy
hub / github.com/apache/caldera / createSafeFragment

Function createSafeFragment

static/jquery/jquery.js:4444–4456  ·  view source on GitHub ↗
( document )

Source from the content-addressed store, hash-verified

4442
4443
4444function createSafeFragment( document ) {
4445 var list = nodeNames.split( "|" ),
4446 safeFrag = document.createDocumentFragment();
4447
4448 if ( safeFrag.createElement ) {
4449 while ( list.length ) {
4450 safeFrag.createElement(
4451 list.pop()
4452 );
4453 }
4454 }
4455 return safeFrag;
4456}
4457
4458
4459( function() {

Callers 2

buildFragmentFunction · 0.85
jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected