Polymer / old-docs-site

Old Polymer site. Replaced by these repos: polymer-project.org, polymer-library-docs
https://www.polymer-project.org
1.02k stars 2.45k forks source link

lowercase issue in Debouncer docs #2629

Closed Jookus closed 6 years ago

Jookus commented 6 years ago

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';