jenkins-bot has submitted this change and it was merged.

Change subject: Toolbar: Fix dependencies of WikiEditor toolbar
......................................................................


Toolbar: Fix dependencies of WikiEditor toolbar

These modules are actually used from the toolbar module and not the
toolbar.config module. An alternative toolbar configuration would run
into a problem because of this.

Change-Id: I91e9daa230f7c831eff1694e6685a7a650858f8a
---
M WikiEditor.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/WikiEditor.php b/WikiEditor.php
index e61304c..723c4bf 100644
--- a/WikiEditor.php
+++ b/WikiEditor.php
@@ -140,6 +140,8 @@
                'dependencies' => array(
                        'jquery.wikiEditor',
                        'jquery.wikiEditor.toolbar.i18n',
+                       'jquery.cookie',
+                       'jquery.async',
                ),
        ),
        'jquery.wikiEditor.toolbar.config' => $wikiEditorTpl + array(
@@ -148,8 +150,6 @@
                        'jquery.wikiEditor',
                        'jquery.wikiEditor.toolbar.i18n',
                        'jquery.wikiEditor.toolbar',
-                       'jquery.cookie',
-                       'jquery.async',
                )
        ),
        'jquery.wikiEditor.toolbar.i18n' => $wikiEditorTpl + array(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I91e9daa230f7c831eff1694e6685a7a650858f8a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikiEditor
Gerrit-Branch: master
Gerrit-Owner: TheDJ <hartman.w...@gmail.com>
Gerrit-Reviewer: Krinkle <krinklem...@gmail.com>
Gerrit-Reviewer: Mattflaschen <mflasc...@wikimedia.org>
Gerrit-Reviewer: Mwalker <mwal...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to