MDL-21170 migrated filepicker to new YUI3 loading, tested in editor only, the filemanager and picker elements still have some problems, sorry for that

This commit is contained in:
Petr Skoda
2010-01-21 22:04:31 +00:00
parent e50b4c8972
commit 7b42e81a76
9 changed files with 12 additions and 45 deletions

View File

@@ -9,7 +9,7 @@ var Y = null;
*/
M.yui.add_module = function(modules) {
for (modname in modules) {
M.yui.loader[modname] = modules[modname];
M.yui.loader.modules[modname] = modules[modname];
}
};