Skip to content

Commit

Permalink
loosen isLightDescendant's @param type to Node
Browse files Browse the repository at this point in the history
  • Loading branch information
danbeam committed Nov 24, 2015
1 parent e5fb166 commit c635797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standard/utils.html
Expand Up @@ -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) {
Expand Down

0 comments on commit c635797

Please sign in to comment.