mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fixup jsdoc for findDOMNode
This commit is contained in:
@@ -22,7 +22,7 @@ var isNode = require('isNode');
|
||||
/**
|
||||
* Returns the DOM node rendered by this element.
|
||||
*
|
||||
* @param {ReactComponent|DOMElement} element
|
||||
* @param {ReactComponent|DOMElement} componentOrElement
|
||||
* @return {DOMElement} The root node of this element.
|
||||
*/
|
||||
function findDOMNode(componentOrElement) {
|
||||
|
||||
Reference in New Issue
Block a user