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

Function removeObjectInIE

flash/image/html-template/swfobject.js:494–504  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

492 }
493
494 function removeObjectInIE(id) {
495 var obj = getElementById(id);
496 if (obj) {
497 for (var i in obj) {
498 if (typeof obj[i] == "function") {
499 obj[i] = null;
500 }
501 }
502 obj.parentNode.removeChild(obj);
503 }
504 }
505
506 /* Functions to optimize JavaScript compression
507 */

Callers 1

removeSWFFunction · 0.70

Calls 1

getElementByIdFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…