mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-44478 Javascript: Remove duplications in simpleyui rollup
This commit is contained in:
parent
76e4de31cc
commit
502d580970
1 changed files with 0 additions and 9 deletions
|
@ -109,16 +109,7 @@ while (count($parts)) {
|
||||||
$yuiversion = $yuipatchedversion[0];
|
$yuiversion = $yuipatchedversion[0];
|
||||||
|
|
||||||
$yuimodules = array(
|
$yuimodules = array(
|
||||||
// Include everything from original SimpleYUI,
|
|
||||||
// this list can be built using http://yuilibrary.com/yui/configurator/ by selecting all modules
|
|
||||||
// listed in https://github.com/yui/yui3/blob/v3.12.0/build/simpleyui/simpleyui.js#L21327
|
|
||||||
'yui',
|
'yui',
|
||||||
'yui-base',
|
|
||||||
'get',
|
|
||||||
'features',
|
|
||||||
'loader-base',
|
|
||||||
'loader-rollup',
|
|
||||||
'loader-yui3',
|
|
||||||
'oop',
|
'oop',
|
||||||
'event-custom-base',
|
'event-custom-base',
|
||||||
'dom-core',
|
'dom-core',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue