Skip to content

Commit

Permalink
Minor typo in docs: call the debounce callback
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Dec 7, 2015
1 parent bab847a commit 02c5c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mini/debouncer.html
Expand Up @@ -27,7 +27,7 @@
* debouncedClickAction: function(e) {
* // will not call `processClick` more than once per 100ms
* this.debounce('click', function() {
* this.processClick;
* this.processClick();
* }, 100);
* }
*
Expand Down

0 comments on commit 02c5c79

Please sign in to comment.