Skip to content

Instantly share code, notes, and snippets.

@eduardolundgren
Created January 11, 2013 19:41
Show Gist options
  • Save eduardolundgren/4513387 to your computer and use it in GitHub Desktop.
Save eduardolundgren/4513387 to your computer and use it in GitHub Desktop.
YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {};
Y.mix(YUI.Env[Y.version].modules, {
"aui-base": {
"use": [
"oop",
"yui-throttle",
"aui-classnamemanager",
"aui-debounce",
"aui-base-core",
"aui-base-lang",
"aui-node-base"
]
},
"aui-base-core": {},
"aui-base-lang": {},
"aui-classnamemanager": {
"requires": [
"classnamemanager"
]
},
"aui-debounce": {},
"aui-node": {
"use": [
"aui-node-base",
"aui-node-html5"
]
},
"aui-node-base": {
"requires": [
"node-base",
"node-style",
"array-extras",
"aui-classnamemanager",
"aui-base-lang"
]
},
"aui-node-html5": {
"condition": {
"name": "aui-node-html5",
"trigger": "aui-node",
"ua": "ie"
},
"requires": [
"collection",
"aui-node-base"
]
}
});
YUI.Env[Y.version].md5 = 'c563511beab1f4a9786d747f042830f6';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment