Remove redundant dependency on 'mediawiki.notify'

The 1 line of code this module contained (to lazy-load
'mediawiki.notification', and forward the function call) was
moved to 'mediawiki.base' and requires no dependency.

Bug: T233676
Change-Id: Ifcb1bca030bede62065a87dc7a8594fe17e017cc
This commit is contained in:
Timo Tijhof 2020-04-08 17:47:21 +01:00
parent 403071cced
commit 48c4dfd59e

View file

@ -1619,7 +1619,6 @@
"mediawiki.storage",
"mediawiki.pulsatingdot",
"jquery.cookie",
"mediawiki.notify",
"mediawiki.skinning.content.parsoid",
"mediawiki.widgets",
"ext.visualEditor.switching",