MCPcopy Index your code
hub / github.com/Semantic-Org/Semantic-UI / closeIFrame

Function closeIFrame

examples/assets/library/iframe.js:549–557  ·  view source on GitHub ↗
(iframe)

Source from the content-addressed store, hash-verified

547 }
548
549 function closeIFrame(iframe) {
550 var iframeId = iframe.id;
551
552 log(iframeId,'Removing iFrame: '+iframeId);
553 if (iframe.parentNode) { iframe.parentNode.removeChild(iframe); }
554 chkCallback(iframeId,'closedCallback',iframeId);
555 log(iframeId,'--');
556 delete settings[iframeId];
557 }
558
559 function getPagePosition(iframeId) {
560 if(null === pagePosition) {

Callers 1

actionMsgFunction · 0.85

Calls 2

chkCallbackFunction · 0.85
logFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…