Add some missing @class type hints

Change-Id: I2395e96667d4cd2847fedd5697cff665d212192e
This commit is contained in:
Thiemo Kreuz 2020-11-18 11:51:22 +01:00
parent 316aac146a
commit 6235d4b075
4 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,5 @@
/**
* @class Api
* @param {string} apiUrl
* @constructor
*/

View file

@ -1,4 +1,5 @@
/**
* @class HelpButtonView
* Module containing presentation logic for the helper button
*/
var HelpButtonView = {

View file

@ -1,6 +1,7 @@
/**
* Module containing the RevisionSlider tutorial
*
* @class HelpDialog
* @param {Object} config
* @constructor
*/

View file

@ -1,4 +1,5 @@
/**
* @class Settings
* @constructor
*/
function Settings() {