MCPcopy Create free account
hub / github.com/apache/cloudstack / doneWrapper

Function doneWrapper

tools/ngui/static/js/lib/angular.js:9343–9346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9341 // - adds and immediately removes script elements from the document
9342 var script = rawDocument.createElement('script'),
9343 doneWrapper = function() {
9344 rawDocument.body.removeChild(script);
9345 if (done) done();
9346 };
9347
9348 script.type = 'text/javascript';
9349 script.src = url;

Callers 1

jsonpReqFunction · 0.85

Calls 2

removeChildMethod · 0.80
doneFunction · 0.70

Tested by

no test coverage detected