MCPcopy Create free account
hub / github.com/CreateJS/SoundJS / createElement

Function createElement

lib/flashaudioplugin-NEXT.js:550–552  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

548 }
549
550 function createElement(el) {
551 return doc.createElement(el);
552 }
553
554 /* Updated attachEvent function for Internet Explorer
555 - Stores attachEvent information in an Array, so on unload the detachEvent functions can be called to avoid memory leaks

Callers 8

callDomLoadFunctionsFunction · 0.70
testPlayerVersionFunction · 0.70
showExpressInstallFunction · 0.70
displayAltContentFunction · 0.70
abstractAltContentFunction · 0.70
createSWFFunction · 0.70
createObjParamFunction · 0.70
createCSSFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected