We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f8b47 commit 0d2c2e5Copy full SHA for 0d2c2e5
lib/utils/flush.js
@@ -8,9 +8,6 @@ Code distributed by Google as part of the polymer project is also
8
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
*/
10
import './boot.js';
11
-/* eslint-disable no-unused-vars */
12
-import { Debouncer } from '../utils/debounce.js'; // used in type annotations
13
-/* eslint-enable no-unused-vars */
14
import {enqueueDebouncer, flushDebouncers} from '../utils/debounce.js';
15
export {enqueueDebouncer};
16
0 commit comments