Skip to content

Instantly share code, notes, and snippets.

@tivac
Created January 30, 2009 07:35
Show Gist options
  • Save tivac/54971 to your computer and use it in GitHub Desktop.
Save tivac/54971 to your computer and use it in GitHub Desktop.
YUI({ base : 'js/yahoo/', filter : 'raw' }).use('Config', 'Lib1', 'Lib2', function(Y) {
var config = new Y.Config();
var lib1 = new Y.Lib1(config);
var lib2 = new Y.Lib2(config);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment