Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The debounce method is non-functional in polymer-micro #3108

Closed
sorvell opened this issue Nov 30, 2015 · 0 comments
Closed

The debounce method is non-functional in polymer-micro #3108

sorvell opened this issue Nov 30, 2015 · 0 comments
Assignees

Comments

@sorvell
Copy link
Contributor

sorvell commented Nov 30, 2015

Currently polymer-micro puts debounce methods on the element's prototype but does not load the Polymer.Debounce helper library to make these methods functional. It doesn't make sense to include debounce at the micro layer and since this has never worked, we should consider moving it to polymer-mini instead.

@sorvell sorvell changed the title The debounce method is non-functionaly in polymer-micro The debounce method is non-functional in polymer-micro Nov 30, 2015
kevinpschaaf added a commit that referenced this issue Nov 30, 2015
Fixes #3108. Moves `debounce` functionality from polymer-micro to pol…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants