Skip to content

Instantly share code, notes, and snippets.

@beckettkev
Created May 13, 2015 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beckettkev/d818cc854e79a41aa568 to your computer and use it in GitHub Desktop.
Save beckettkev/d818cc854e79a41aa568 to your computer and use it in GitHub Desktop.
if (typeof Sys != "undefined" && Sys && Sys.Application) {
Sys.Application.notifyScriptLoaded();
}
if (typeof SP.SOD.notifyScriptLoadedAndExecuteWaitingJobs == "function") {
SP.SOD.notifyScriptLoadedAndExecuteWaitingJobs("NameOfMyScriptGoesHere.min.js");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment