MCPcopy Index your code
hub / github.com/mailru/FileAPI / addDomLoadEvent

Function addDomLoadEvent

flash/image/html-template/swfobject.js:139–146  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

137 }
138
139 function addDomLoadEvent(fn) {
140 if (isDomLoaded) {
141 fn();
142 }
143 else {
144 domLoadFnArr[domLoadFnArr.length] = fn; // Array.push() is only available in IE5.5+
145 }
146 }
147
148 /* Cross-browser onload
149 - Based on James Edwards' solution: http://brothercake.com/site/resources/scripts/onload/

Callers 1

swfobject.jsFile · 0.70

Calls 1

fnFunction · 0.85

Tested by

no test coverage detected