mirror of
https://github.com/moodle/moodle.git
synced 2025-07-23 23:31:58 +02:00
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:
@@ -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];
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user