MCPcopy
hub / github.com/tdewolff/minify / done

Function done

_benchmarks/sample_jqueryui.js:15346–15353  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15344 mode = args.mode;
15345
15346 function done() {
15347 if ( $.isFunction( complete ) ) {
15348 complete.call( elem[0] );
15349 }
15350 if ( $.isFunction( next ) ) {
15351 next();
15352 }
15353 }
15354
15355 // If the element already has the correct final state, delegate to
15356 // the core methods so the internal tracking of "olddisplay" works.

Callers 3

runFunction · 0.70
sample_jqueryui.jsFile · 0.70
animCompleteFunction · 0.70

Calls 1

nextFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…