From 04289ac7870774059eb5fa302c2bd83472033696 Mon Sep 17 00:00:00 2001 From: Alexander Marks Date: Fri, 20 Jul 2018 22:29:34 -0700 Subject: [PATCH] Annotate Node parameter as not null. --- lib/mixins/template-stamp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mixins/template-stamp.html b/lib/mixins/template-stamp.html index c6fbe94729..622356b80a 100644 --- a/lib/mixins/template-stamp.html +++ b/lib/mixins/template-stamp.html @@ -472,7 +472,7 @@ /** * 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}