mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3172 from Polymer/debounce-doc-typo
Minor typo in docs: call the debounce callback
This commit is contained in:
commit
6567c9a039
@ -27,7 +27,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
* debouncedClickAction: function(e) {
|
||||
* // will not call `processClick` more than once per 100ms
|
||||
* this.debounce('click', function() {
|
||||
* this.processClick;
|
||||
* this.processClick();
|
||||
* }, 100);
|
||||
* }
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user