Skip to content

Instantly share code, notes, and snippets.

@getify
Created May 10, 2013 14:23
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 getify/9551ed8e42194f8dabef to your computer and use it in GitHub Desktop.
Save getify/9551ed8e42194f8dabef to your computer and use it in GitHub Desktop.
$LAB.script('jquery.min.js')
.script('another_script.js')
.script('another_script.js').wait()
.script('another_script.js')
.script('another_script.js').wait()
.script('last.js').wait(function(){
$(document).ready(function(){
launchApp();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment