Annotate Node parameter as not null.

This commit is contained in:
Alexander Marks
2018-07-20 22:29:34 -07:00
parent 748db7ce2e
commit 04289ac787
+1 -1
View File
@@ -472,7 +472,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
/**
* Override point for adding custom or simulated event handling.
*
* @param {Node} node Node to remove event listener from
* @param {!Node} node Node to remove event listener from
* @param {string} eventName Name of event
* @param {function(!Event):void} handler Listener function to remove
* @return {void}