MDL-43322 JavaScript: Correct cache-base entry in base rollup

This commit is contained in:
Andrew Nicols 2013-12-16 16:59:11 +08:00
parent 9a45ac14f0
commit 052d64a478

View file

@ -186,7 +186,7 @@ while (count($parts)) {
'dd-plugin', 'dd-plugin',
// Cache is used by moodle-core-tooltip which we include everywhere. // Cache is used by moodle-core-tooltip which we include everywhere.
'cache', 'cache-base',
); );
// We need to add these new parts to the beginning of the $parts list, not the end. // We need to add these new parts to the beginning of the $parts list, not the end.