script.js icon indicating copy to clipboard operation
script.js copied to clipboard

Callback if code is exectued

Open jonnitto opened this issue 9 years ago • 0 comments

It would be great to have a callback if the bundles are executed. Something like

$script.afterDone(['jQuery','onReady'], function() {
    // Run after all code was executed
});

jonnitto avatar Feb 16 '16 22:02 jonnitto