loosen isLightDescendant's @param type to Node

This commit is contained in:
Dan Beam 2015-11-23 17:46:34 -08:00
parent e5fb166c50
commit c63579737e

View File

@ -402,7 +402,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
* Checks whether an element is in this element's light DOM tree.
*
* @method isLightDescendant
* @param {HTMLElement=} node The element to be checked.
* @param {Node} node The element to be checked.
* @return {Boolean} true if node is in this element's light DOM tree.
*/
isLightDescendant: function(node) {