MDL-34701 remove root from yui MODULE pattern definition

The problem was that the root was breaking internal group handling in YUI loader for some reason. Without the root pattern property everything seems to work fine again.
This commit is contained in:
Petr Škoda 2012-08-02 17:40:50 +02:00
parent af7879701b
commit 890e1aacc3

View File

@ -219,8 +219,7 @@ class page_requirements_manager {
'moodle-' => array(
'group' => 'moodle',
'configFn' => '@MOODLECONFIGFN@'
),
'root' => 'moodle'
)
)
),
'local' => array(
@ -235,8 +234,7 @@ class page_requirements_manager {
'gallery-' => array(
'group' => 'gallery',
'configFn' => '@GALLERYCONFIGFN@',
),
'root' => 'gallery'
)
)
)
);