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

This commit is contained in:
virtuacoplenny 2018-04-26 10:10:24 -07:00 committed by bbaldino
parent 4f8fd1019b
commit ed395036b7
1 changed files with 3 additions and 3 deletions

View File

@ -336,9 +336,9 @@ class InfoDialog extends Component {
/** /**
* Callback invoked when a displayed URL link is clicked to prevent actual * Callback invoked when a displayed URL link is clicked to prevent actual
* navigation from happening. The URL links have an href to display "Copy * navigation from happening. The URL links have an href to display the
* Link Address" in the context menu but otherwise it should not behave like * action "Copy Link Address" in the context menu but otherwise it should
* links. * not behave like links.
* *
* @param {Object} event - The click event from clicking on the link. * @param {Object} event - The click event from clicking on the link.
* @private * @private