Skip to content

Commit

Permalink
?Node
Browse files Browse the repository at this point in the history
  • Loading branch information
danbeam committed Nov 25, 2015
1 parent c635797 commit 9385891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standard/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9385891

Please sign in to comment.