mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-17 12:53:24 +00:00
34047e3ba3
Change-Id: I91da4956c6635088a3763c2cd79d0e685bbaf859
63 lines
931 B
JavaScript
63 lines
931 B
JavaScript
/**
|
|
* @class mw
|
|
* @singleton
|
|
* <https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw>
|
|
*/
|
|
|
|
/**
|
|
* @class mw.Api
|
|
* <https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.Api>
|
|
*/
|
|
|
|
/**
|
|
* @class mw.Title
|
|
* <https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.Title>
|
|
*/
|
|
|
|
/**
|
|
* @class mlb
|
|
* @singleton
|
|
* Upstream multilightbox object
|
|
*/
|
|
|
|
/**
|
|
* @class mlb.LightboxImage
|
|
* Upstream object to represent an image
|
|
*/
|
|
|
|
/**
|
|
* @class mlb.LightboxInterface
|
|
* Upstream object that represents the lightbox interface
|
|
*/
|
|
|
|
/**
|
|
* @class mlb.MultiLightbox
|
|
* Upstream controller object
|
|
*/
|
|
|
|
/**
|
|
* @class HTMLElement
|
|
* An HTML element.
|
|
*/
|
|
|
|
/**
|
|
* @class HTMLImageElement
|
|
* @extends HTMLElement
|
|
* An HTML <img> element.
|
|
*/
|
|
|
|
/**
|
|
* @class jQuery
|
|
* A jQuery object.
|
|
*/
|
|
|
|
/**
|
|
* @class jQuery.Promise
|
|
* A jQuery promise object.
|
|
*/
|
|
|
|
/**
|
|
* @class jQuery.Event
|
|
* An event object with extra jQuery data.
|
|
*/
|