mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 00:03:56 +00:00
Add missing dependencies on core modules
The JavaScript files from the module 'mmv' uses directly functions from the core modules 'mediawiki.user' and 'mediawiki.util'. This change adds the missing dependencies on these modules to ensure that the used functions are present. Change-Id: Iad7142a5ed52a90b433f94afa25c8ce58b26df5b
This commit is contained in:
parent
1677403033
commit
92f9f75b81
|
@ -106,6 +106,8 @@
|
|||
"mediawiki.Uri",
|
||||
"mediawiki.jqueryMsg",
|
||||
"mediawiki.storage",
|
||||
"mediawiki.user",
|
||||
"mediawiki.util",
|
||||
"oojs",
|
||||
"jquery.fullscreen",
|
||||
"jquery.throttle-debounce",
|
||||
|
|
Loading…
Reference in a new issue