Skip to content

Instantly share code, notes, and snippets.

@sjungling
Created April 30, 2010 16:36
Show Gist options
  • Save sjungling/385443 to your computer and use it in GitHub Desktop.
Save sjungling/385443 to your computer and use it in GitHub Desktop.
YUI().use("node-base", function($){
$.on("domready", function(){
$.log("foo");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment