Fix JSDoc for Tabs#_findChildByName (#8664)

feature/default_network_editable
Whymarrh Whitby 5 years ago committed by GitHub
parent cc1170f577
commit 34adccec7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      ui/app/components/ui/tabs/tabs.component.js

@ -75,9 +75,9 @@ export default class Tabs extends Component {
} }
/** /**
* Returns the index of the child with the given key * Returns the index of the child with the given name
* @param {string} key - the child key to search for * @param {string} name - the name to search for
* @returns {number} * @returns {number} the index of the child with the given name
* @private * @private
*/ */
_findChildByName (name) { _findChildByName (name) {

Loading…
Cancel
Save