From c63579737e39e8c16191f1d5dc96067a110c57ca Mon Sep 17 00:00:00 2001 From: Dan Beam Date: Mon, 23 Nov 2015 17:46:34 -0800 Subject: [PATCH] loosen isLightDescendant's @param type to Node --- src/standard/utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/standard/utils.html b/src/standard/utils.html index 2beaddd28f..5356c54722 100644 --- a/src/standard/utils.html +++ b/src/standard/utils.html @@ -402,7 +402,7 @@ * 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) {