Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created November 24, 2009 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ELLIOTTCABLE/241671 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/241671 to your computer and use it in GitHub Desktop.
acquire('aDependency').addCallback(function(){
acquire('anotherDependency').addCallback(function(){
acquire('thirdDependency').addCallback(function(){
acquire('fourthDependency').addCallback(function(){
// your actual code hea
});
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment