Skip to content
Snippets Groups Projects
Commit b1d70296 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

jsdoc updated

parent 2b3d4a5c
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!415Resolve "allow admins to configure parameters displayed in the left panel"
......@@ -13,7 +13,7 @@ var Functions = require('../../Functions');
/**
*
* @param {string} params.placeholder
* @param {string} [params.placeholder]
* @param {string} params.panelName
* @constructor
* @extends Panel
......@@ -83,7 +83,7 @@ AbstractDbPanel.prototype._createEventHandlers = function () {
/**
*
* @param {string} placeholder
* @param {string} [placeholder]
* @private
*/
AbstractDbPanel.prototype._initializeGui = function (placeholder) {
......
......@@ -37,7 +37,7 @@ ChemicalPanel.prototype.constructor = ChemicalPanel;
/**
*
* @param {Chemical} chemical
* @param {Chemical} [chemical]
* @returns {HTMLDivElement}
*/
ChemicalPanel.prototype.createPreamble = function (chemical) {
......
......@@ -31,7 +31,7 @@ DrugPanel.prototype.constructor = DrugPanel;
/**
*
* @param {Drug} drug
* @param {Drug} [drug]
* @returns {HTMLDivElement}
*/
DrugPanel.prototype.createPreamble = function (drug) {
......
......@@ -28,7 +28,7 @@ MiRnaPanel.prototype.constructor = MiRnaPanel;
/**
*
* @param {MiRna} miRna
* @param {MiRna} [miRna]
* @returns {HTMLDivElement}
*/
MiRnaPanel.prototype.createPreamble = function(miRna) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment