Remove unneeded dependency on 'mediawiki.notify'

The single line of code it contained is part of mediawiki.base as of
MW 1.35, and the extension only supports MW 1.35+

Bug: T233676
Change-Id: I4c63fefcd96f7d56be1caf6b37d4ba598e8bdb45
This commit is contained in:
DannyS712 2020-04-09 02:51:40 +00:00
parent a5a4cc15df
commit 6c947609bb

View file

@ -218,7 +218,6 @@
],
"dependencies": [
"mediawiki.api",
"mediawiki.notify",
"user.options",
"jquery.spinner"
]