Annotate Node parameter as not null.

This commit is contained in:
Alexander Marks
2018-07-20 22:30:34 -07:00
parent fa58519c9a
commit 642f94f89f

View File

@@ -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}