From 806119ae82f7f4c51f3e6b5213acd4232ac82177 Mon Sep 17 00:00:00 2001 From: Alexander Marks Date: Mon, 19 Jun 2017 11:58:11 -0700 Subject: [PATCH] Annotate Debouncer summary. (#4691) --- lib/utils/debounce.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/utils/debounce.html b/lib/utils/debounce.html index dd01ea8286..9d9e0e625e 100644 --- a/lib/utils/debounce.html +++ b/lib/utils/debounce.html @@ -19,8 +19,7 @@ let AsyncModule; // eslint-disable-line no-unused-vars /** - * Collapse multiple callbacks into one invocation after a timer. - * + * @summary Collapse multiple callbacks into one invocation after a timer. * @memberof Polymer */ class Debouncer {