Browse Source

remove asterisk symbol from jsdoc

j8
Ilya Daynatovich 8 years ago
parent
commit
ed1aa700d0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/welcome/components/WelcomePage.web.js

+ 1
- 1
react/features/welcome/components/WelcomePage.web.js View File

345
     *
345
     *
346
     * @private
346
     * @private
347
     * @returns {void}
347
     * @returns {void}
348
-    **/
348
+    */
349
     _onUpdateRoomname() {
349
     _onUpdateRoomname() {
350
         this._updateRoomname();
350
         this._updateRoomname();
351
     }
351
     }

Loading…
Cancel
Save