Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
AUI-1631 - Yogi loader regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Mak committed Sep 17, 2014
1 parent 618752e commit 80d883d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/aui-base/js/aui-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,8 @@ Y.mix(YUI.Env[Y.version].modules, {
"aui-editable-deprecated": {
"requires": [
"aui-base-deprecated",
"aui-form-combobox-deprecated"
"aui-form-combobox-deprecated",
"escape"
],
"skinnable": true
},
Expand Down Expand Up @@ -1427,4 +1428,4 @@ Y.mix(YUI.Env[Y.version].modules, {
]
}
});
YUI.Env[Y.version].md5 = '7b0c35381c38b5d9703281a5a053d1cb';
YUI.Env[Y.version].md5 = 'bf8ce7dd537b880bb44c424783e07077';
3 changes: 2 additions & 1 deletion src/aui-base/js/aui-loader.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,8 @@
"aui-editable-deprecated": {
"requires": [
"aui-base-deprecated",
"aui-form-combobox-deprecated"
"aui-form-combobox-deprecated",
"escape"
],
"skinnable": true
},
Expand Down

0 comments on commit 80d883d

Please sign in to comment.