From 938589112dd9d27c119d9973320b96fb0411928c Mon Sep 17 00:00:00 2001 From: Dan Beam Date: Wed, 25 Nov 2015 12:29:11 -0800 Subject: [PATCH] ?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 5356c54722..84528710d2 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 {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) {