mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-14 19:24:42 +00:00
Add some missing @class type hints
Change-Id: I2395e96667d4cd2847fedd5697cff665d212192e
This commit is contained in:
parent
316aac146a
commit
6235d4b075
|
@ -1,4 +1,5 @@
|
|||
/**
|
||||
* @class Api
|
||||
* @param {string} apiUrl
|
||||
* @constructor
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/**
|
||||
* @class HelpButtonView
|
||||
* Module containing presentation logic for the helper button
|
||||
*/
|
||||
var HelpButtonView = {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/**
|
||||
* Module containing the RevisionSlider tutorial
|
||||
*
|
||||
* @class HelpDialog
|
||||
* @param {Object} config
|
||||
* @constructor
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/**
|
||||
* @class Settings
|
||||
* @constructor
|
||||
*/
|
||||
function Settings() {
|
||||
|
|
Loading…
Reference in a new issue