MCPcopy Index your code
hub / github.com/webmodules/jsonp / cleanup

Function cleanup

index.js:67–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 function cleanup(){
68 if (script.parentNode) script.parentNode.removeChild(script);
69 window[id] = noop;
70 if (timer) clearTimeout(timer);
71 }
72
73 function cancel(){
74 if (window[id]) {

Callers 2

jsonpFunction · 0.85
cancelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…