From 740ff490e0b44aae3f0af0cbcb319909dc1eace5 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Wed, 21 Oct 2020 16:07:05 -0700 Subject: [PATCH] Drop unnecessary ext.uls.init module This module is just an alias at this point. It's only consumer is taken care of in the depends on. Depends-On: I7c362ad391b076d3c4214c7b01fca7bbaaa320b9 Change-Id: I842c1ba10b24967a3888107806788f7e7844339b --- extension.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/extension.json b/extension.json index f09066ff..dff3f3e3 100644 --- a/extension.json +++ b/extension.json @@ -163,8 +163,8 @@ "dependencies": [ "mediawiki.jqueryMsg", "mediawiki.language", - "mediawiki.ui.button", - "ext.uls.init" + "ext.uls.common", + "mediawiki.ui.button" ], "messages": [ "ext-uls-compact-link-count", @@ -219,14 +219,6 @@ "localBasePath": "resources", "remoteExtPath": "UniversalLanguageSelector/resources" }, - "ext.uls.init": { - "targets": [ - "desktop" - ], - "dependencies": [ - "ext.uls.common" - ] - }, "ext.uls.interface": { "targets": [ "desktop", "mobile" ], "scripts": "js/ext.uls.interface.js", @@ -429,7 +421,7 @@ ], "dependencies": [ "jquery.uls", - "ext.uls.init", + "ext.uls.common", "ext.uls.preferences" ] },