MCPcopy
hub / github.com/jquery/jquery / finish

Function finish

test/data/testinit.js:268–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266 result = func.apply( this, args );
267
268 function finish() {
269 func = function() {};
270 $iframe.remove();
271 done();
272 }
273
274 // Wait for promises returned by `func`.
275 if ( result && result.then ) {

Callers 1

testinit.jsFile · 0.70

Calls 1

doneFunction · 0.70

Tested by

no test coverage detected