ソースを参照

fix(info): change jsdoc to avoid linting warning (#2881)

j8
virtuacoplenny 7年前
コミット
ed395036b7
1個のファイルの変更3行の追加3行の削除
  1. 3
    3
      react/features/invite/components/info-dialog/InfoDialog.web.js

+ 3
- 3
react/features/invite/components/info-dialog/InfoDialog.web.js ファイルの表示

336
 
336
 
337
     /**
337
     /**
338
      * Callback invoked when a displayed URL link is clicked to prevent actual
338
      * Callback invoked when a displayed URL link is clicked to prevent actual
339
-     * navigation from happening. The URL links have an href to display "Copy
340
-     * Link Address" in the context menu but otherwise it should not behave like
341
-     * links.
339
+     * navigation from happening. The URL links have an href to display the
340
+     * action "Copy Link Address" in the context menu but otherwise it should
341
+     * not behave like links.
342
      *
342
      *
343
      * @param {Object} event - The click event from clicking on the link.
343
      * @param {Object} event - The click event from clicking on the link.
344
      * @private
344
      * @private

読み込み中…
キャンセル
保存