Catrope has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/167850

Change subject: Followup fbc7ecb: make mediawiki.mobile depend on core.mobile, 
not core
......................................................................

Followup fbc7ecb: make mediawiki.mobile depend on core.mobile, not core

Because we also need MobileContext in order to be able to extend it.

I hate our disorganized set of modules. Yes, I said that yesterday too.

Bug: 72282
Change-Id: I7276fc6ee82805f39c47864101ce495a561caa66
---
M VisualEditor.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/50/167850/1

diff --git a/VisualEditor.php b/VisualEditor.php
index c601f32..1574934 100644
--- a/VisualEditor.php
+++ b/VisualEditor.php
@@ -304,7 +304,7 @@
                ),
                'dependencies' => array(
                        'ext.visualEditor.mediawiki',
-                       'ext.visualEditor.core',
+                       'ext.visualEditor.core.mobile',
                ),
                'targets' => array( 'mobile' ),
        ),

-- 
To view, visit https://gerrit.wikimedia.org/r/167850
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7276fc6ee82805f39c47864101ce495a561caa66
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to