Mark optional parameter

This commit is contained in:
Jakub Vrana 2018-02-07 18:14:00 +01:00
parent 718f9d3791
commit 14998e12b6

View file

@ -666,7 +666,7 @@ function ajaxForm(form, message, button) {
/** Display edit field /** Display edit field
* @param MouseEvent * @param MouseEvent
* @param number display textarea instead of input, 2 - load long text * @param number display textarea instead of input, 2 - load long text
* @param string warning to display * @param [string] warning to display
* @this HTMLElement * @this HTMLElement
*/ */
function selectClick(event, text, warning) { function selectClick(event, text, warning) {