jenkins-bot has submitted this change and it was merged.
Change subject: Declare dependency on jquery.client in ResouceLoader and static
loader
......................................................................
Declare dependency on jquery.client in ResouceLoader and static loader
Follows-up I90ea547c735edab and I004514ab761.
Change-Id: I18a34d47c40c1fa5a2305b86f3e1a066cf9dde2c
---
M VisualEditor.php
M maintenance/makeStaticLoader.php
2 files changed, 4 insertions(+), 0 deletions(-)
Approvals:
Catrope: Looks good to me, approved
jenkins-bot: Verified
diff --git a/VisualEditor.php b/VisualEditor.php
index 7342bec..cc9ff37 100644
--- a/VisualEditor.php
+++ b/VisualEditor.php
@@ -192,6 +192,9 @@
'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',
),
diff --git a/maintenance/makeStaticLoader.php b/maintenance/makeStaticLoader.php
index 7778a08..e959c25 100644
--- a/maintenance/makeStaticLoader.php
+++ b/maintenance/makeStaticLoader.php
@@ -42,6 +42,7 @@
$wgResourceModules['Dependencies'] = array(
'scripts' => array(
'jquery/jquery.js',
+ 'jquery/jquery.client.js',
'rangy/rangy-core.js',
'rangy/rangy-position.js',
'unicodejs/unicodejs.js',
--
To view, visit https://gerrit.wikimedia.org/r/61400
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I18a34d47c40c1fa5a2305b86f3e1a066cf9dde2c
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Matmarex <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits