mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 00:03:56 +00:00
Follow-up 3e5ad4c8
: Fix jsduck for introduction of mw.storage
Change-Id: I1aebfa88fb6fc567c035cb47f2a71d88e23f2827
This commit is contained in:
parent
42b577bae9
commit
61febc07e3
|
@ -87,6 +87,7 @@
|
|||
"mw.Api",
|
||||
"mw.Title",
|
||||
"mw.Map",
|
||||
"mw.storage",
|
||||
"mw.eventLog"
|
||||
]
|
||||
},
|
||||
|
|
|
@ -25,6 +25,11 @@
|
|||
* <https://www.mediawiki.org/wiki/Manual:Interface/JavaScript#mw.config>
|
||||
*/
|
||||
|
||||
/**
|
||||
* @class mw.storage
|
||||
* <https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.storage>
|
||||
*/
|
||||
|
||||
/**
|
||||
* @class HTMLElement
|
||||
* An HTML element.
|
||||
|
|
Loading…
Reference in a new issue