Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"MDL-21170, fixed missing Y.Base module"
  • Loading branch information
Dongsheng Cai committed Jan 28, 2010
1 parent 1a14a14 commit 6c7c9d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/form/filemanager.js
Expand Up @@ -35,7 +35,7 @@
M.filemanagers = M.filemanagers||{};
M.fm_filepickers = M.fm_filepickers || {};

M.core_filemanager = (function(){
YUI.add('core_filemanager', function(Y) {
function core_filemanager (args) {
core_filemanager.superclass.constructor.apply(this, arguments);
}
Expand Down Expand Up @@ -661,5 +661,5 @@ M.core_filemanager = (function(){
menu.show();
}
});
return core_filemanager;
})();
M.core_filemanager = core_filemanager;
}, '3.0.1', {requires: ['base', 'io', 'node', 'json']});

0 comments on commit 6c7c9d3

Please sign in to comment.