Skip to content

Instantly share code, notes, and snippets.

@wesleytodd
Created December 3, 2012 22:39
Show Gist options
  • Save wesleytodd/4198788 to your computer and use it in GitHub Desktop.
Save wesleytodd/4198788 to your computer and use it in GitHub Desktop.
Example ready method
WL.ready(['plugin1.js','plugin2.js'], function(plugin1, plugin2){
plugin1();
});
WL.ready(function(){
// just maps to jQuery.ready()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment