Skip to content

Instantly share code, notes, and snippets.

@stoyan
Created March 4, 2010 17:45
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 stoyan/321943 to your computer and use it in GitHub Desktop.
Save stoyan/321943 to your computer and use it in GitHub Desktop.
var $;
YUI().use('*', function(Y){
$ = Y.get;
for(var p in Y) {
$[p] = Y[p];
}
});
// test
$('body').append("boo!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment