Merge pull request #3079 from danbeam/patch-1

loosen isLightDescendant's @param type to Node
This commit is contained in:
Steve Orvell 2015-11-30 09:53:26 -08:00
commit 68c76f0322

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