MCPcopy Create free account
hub / github.com/digidem/leaflet-bing-layer / removeScript

Function removeScript

leaflet-bing-layer.js:330–333  ·  view source on GitHub ↗
(scriptId)

Source from the content-addressed store, hash-verified

328 }
329
330 function removeScript(scriptId) {
331 var script = document.getElementById(scriptId);
332 document.getElementsByTagName('head')[0].removeChild(script);
333 }
334
335 var fetchJsonp = function fetchJsonp(url) {
336 var options = arguments[1] === undefined ? {} : arguments[1];

Callers 1

fetchJsonpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected