mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Annotate Node parameter as not null.
This commit is contained in:
@@ -466,7 +466,7 @@ export const TemplateStamp = dedupingMixin(superClass => {
|
||||
/**
|
||||
* 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}
|
||||
|
||||
Reference in New Issue
Block a user