mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-17 12:53:24 +00:00
e74fc33e89
Leverages the W3C Navigation Timing API when available Change-Id: Ief1d327d1bd8928bf5f2bf0bd4c7141a0a608a53 Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/126
68 lines
984 B
JavaScript
68 lines
984 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 XMLHttpRequest
|
|
* An AJAX request
|
|
*/
|
|
|
|
/**
|
|
* @class jQuery
|
|
* A jQuery object.
|
|
*/
|
|
|
|
/**
|
|
* @class jQuery.Promise
|
|
* A jQuery promise object.
|
|
*/
|
|
|
|
/**
|
|
* @class jQuery.Event
|
|
* An event object with extra jQuery data.
|
|
*/
|