Follow-up 3e5ad4c8: Fix jsduck for introduction of mw.storage

Change-Id: I1aebfa88fb6fc567c035cb47f2a71d88e23f2827
This commit is contained in:
James D. Forrester 2017-10-31 12:40:34 -07:00
parent 42b577bae9
commit 61febc07e3
2 changed files with 6 additions and 0 deletions

View file

@ -87,6 +87,7 @@
"mw.Api",
"mw.Title",
"mw.Map",
"mw.storage",
"mw.eventLog"
]
},

View file

@ -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.