Fixup jsdoc for findDOMNode

This commit is contained in:
Paul O’Shannessy 2014-12-23 15:56:05 -08:00
parent 41b919bb81
commit 20c43d4ec8
1 changed files with 1 additions and 1 deletions

View File

@ -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) {