File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 122122 /**
123123 * Adds a `Debouncer` to a list of globally flushable tasks.
124124 *
125+ * @memberof Polymer
125126 * @param {!Debouncer } debouncer Debouncer to enqueue
126127 * @return {void }
127128 */
Original file line number Diff line number Diff line change @@ -80,4 +80,10 @@ declare namespace Polymer {
8080 */
8181 isActive ( ) : boolean ;
8282 }
83+
84+
85+ /**
86+ * Adds a `Debouncer` to a list of globally flushable tasks.
87+ */
88+ function enqueueDebouncer ( debouncer : Debouncer ) : void ;
8389}
Original file line number Diff line number Diff line change 1212// tslint:disable:variable-name Describing an API that's defined elsewhere.
1313
1414/// <reference path="boot.d.ts" />
15+ /// <reference path="debounce.d.ts" />
1516
1617declare namespace Polymer {
1718
1819
19- /**
20- * Adds a `Polymer.Debouncer` to a list of globally flushable tasks.
21- */
22- function enqueueDebouncer ( debouncer : Polymer . Debouncer ) : void ;
23-
24-
2520 /**
2621 * Forces several classes of asynchronously queued tasks to flush:
2722 * - Debouncers added via `enqueueDebouncer`
You can’t perform that action at this time.
0 commit comments