Polymer/old-docs-site

lowercase issue in Debouncer docs

Jookus opened this issue · 0 comments

In the Polymer-Api docs there is a small issue in the debouncer-class explanation (Polymer Docs)
In the debounce example the microTask import is written in lowercase, but should be microTask in that line:
import {microtask} from '@polymer/polymer/lib/utils/async.js';