mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix JSDoc for Tabs#_findChildByName (#8664)
This commit is contained in:
parent
cc1170f577
commit
34adccec7c
@ -75,9 +75,9 @@ export default class Tabs extends Component {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the index of the child with the given key
|
||||
* @param {string} key - the child key to search for
|
||||
* @returns {number}
|
||||
* Returns the index of the child with the given name
|
||||
* @param {string} name - the name to search for
|
||||
* @returns {number} the index of the child with the given name
|
||||
* @private
|
||||
*/
|
||||
_findChildByName (name) {
|
||||
|
Loading…
Reference in New Issue
Block a user