Jdlrobson has uploaded a new change for review.

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

Change subject: mobile.editor.api does not depend on mobile.abusefilter
......................................................................

mobile.editor.api does not depend on mobile.abusefilter

Due to the usage of this module by mobile.references this results in
the pulling down of the mobile.overlay code unnecessarily.

Change-Id: I535b69cd599bda2bf6c22f7aa608a7b65f6e2132
---
M extension.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/95/279195/1

diff --git a/extension.json b/extension.json
index 0eb7189..240cd42 100644
--- a/extension.json
+++ b/extension.json
@@ -672,8 +672,7 @@
                                "desktop"
                        ],
                        "dependencies": [
-                               "mobile.startup",
-                               "mobile.abusefilter"
+                               "mobile.startup"
                        ],
                        "scripts": [
                                "resources/mobile.editor.api/EditorGateway.js"
@@ -685,6 +684,7 @@
                                "oojs-ui",
                                "mobile.overlays",
                                "mobile.editor.api",
+                               "mobile.abusefilter",
                                "mobile.settings",
                                "mobile.drawers",
                                "mobile.toast",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I535b69cd599bda2bf6c22f7aa608a7b65f6e2132
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

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

Reply via email to