mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-27 15:50:29 +00:00
Declare dependency on jquery.client in ResouceLoader and static loader
Follows-up I90ea547c735edab and I004514ab761. Change-Id: I18a34d47c40c1fa5a2305b86f3e1a066cf9dde2c
This commit is contained in:
parent
5ea7f5e1eb
commit
67f2d33d26
|
@ -192,6 +192,9 @@ $wgResourceModules += array(
|
|||
've/init/mw/ve.init.mw.Platform.js',
|
||||
've/init/mw/ve.init.mw.Target.js',
|
||||
),
|
||||
'dependencies' => array(
|
||||
'jquery.client',
|
||||
),
|
||||
'debugScripts' => array(
|
||||
've/ve.debug.js',
|
||||
),
|
||||
|
|
|
@ -42,6 +42,7 @@ class MakeStaticLoader extends Maintenance {
|
|||
$wgResourceModules['Dependencies'] = array(
|
||||
'scripts' => array(
|
||||
'jquery/jquery.js',
|
||||
'jquery/jquery.client.js',
|
||||
'rangy/rangy-core.js',
|
||||
'rangy/rangy-position.js',
|
||||
'unicodejs/unicodejs.js',
|
||||
|
|
Loading…
Reference in a new issue