Skip to content

Commit

Permalink
AUI-497 - Form module relies on serialize method of io form, breaks o…
Browse files Browse the repository at this point in the history
…ther modules in 3.4 upgrade
  • Loading branch information
natecavanaugh committed Aug 25, 2011
1 parent 124e7c3 commit 1506d3f
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 40 deletions.
18 changes: 9 additions & 9 deletions build/aui-base/aui-base-debug.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/aui-base/aui-base-min.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions build/aui-base/aui-base.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/aui-form/aui-form-base-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,4 +533,4 @@ var Form = A.Component.create(

A.Form = Form;

}, '@VERSION@' ,{requires:['aui-base','aui-data-set','aui-form-field','querystring-parse']});
}, '@VERSION@' ,{requires:['aui-base','aui-data-set','aui-form-field','querystring-parse','io-form']});
2 changes: 1 addition & 1 deletion build/aui-form/aui-form-base-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/aui-form/aui-form-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,4 +533,4 @@ var Form = A.Component.create(

A.Form = Form;

}, '@VERSION@' ,{requires:['aui-base','aui-data-set','aui-form-field','querystring-parse']});
}, '@VERSION@' ,{requires:['aui-base','aui-data-set','aui-form-field','querystring-parse','io-form']});
2 changes: 1 addition & 1 deletion build/aui-form/aui-form-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ var Form = A.Component.create(

A.Form = Form;

}, '@VERSION@' ,{requires:['aui-base','aui-data-set','aui-form-field','querystring-parse']});
}, '@VERSION@' ,{requires:['aui-base','aui-data-set','aui-form-field','querystring-parse','io-form']});
AUI.add('aui-form-combobox', function(A) {
var Lang = A.Lang,

Expand Down
Loading

0 comments on commit 1506d3f

Please sign in to comment.