mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-51222-master-fix' of https://github.com/andrewnicols/moodle
This commit is contained in:
commit
3678dd00c2
@ -9,6 +9,8 @@ M.yui.add_module = function(modules) {
|
||||
for (var modname in modules) {
|
||||
YUI_config.modules[modname] = modules[modname];
|
||||
}
|
||||
// Ensure thaat the YUI_config is applied to the main YUI instance.
|
||||
Y.applyConfig(YUI_config);
|
||||
};
|
||||
/**
|
||||
* The gallery version to use when loading YUI modules from the gallery.
|
||||
|
Loading…
x
Reference in New Issue
Block a user