From e5a5725d6f0efbc90ebd3141e55486e5bb4b0819 Mon Sep 17 00:00:00 2001 From: Peter Burns Date: Mon, 26 Mar 2018 18:53:10 -0700 Subject: [PATCH] Add a @const annotation to help the Closure Compiler understand that Polymer.Debouncer is the name of a type. --- lib/utils/debounce.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils/debounce.html b/lib/utils/debounce.html index 8344af328f..1507faa20a 100644 --- a/lib/utils/debounce.html +++ b/lib/utils/debounce.html @@ -113,6 +113,7 @@ } } + /** @const */ Polymer.Debouncer = Debouncer; })();