SimpleChat:JS:CI: Avoid space at end of jsdoc param line
This commit is contained in:
parent
3fc607f832
commit
af621975bb
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ class SimpleChat {
|
|||
|
||||
/**
|
||||
* Show the contents in the specified div
|
||||
* @param {HTMLDivElement} div
|
||||
* @param {boolean} bClear
|
||||
* @param {HTMLDivElement} div
|
||||
* @param {boolean} bClear
|
||||
*/
|
||||
show(div, bClear=true) {
|
||||
if (bClear) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue