This commit is contained in:
Dan Beam 2015-11-25 12:29:11 -08:00
parent c63579737e
commit 938589112d

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 {Node} 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) {