Declare dependency on jquery.client in ResouceLoader and static loader

Follows-up I90ea547c735edab and I004514ab761.

Change-Id: I18a34d47c40c1fa5a2305b86f3e1a066cf9dde2c
This commit is contained in:
Timo Tijhof 2013-04-29 23:48:27 +02:00 committed by Gerrit Code Review
parent 5ea7f5e1eb
commit 67f2d33d26
2 changed files with 4 additions and 0 deletions

View file

@ -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',
),

View file

@ -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',