Skip to content

Commit 02c5c79

Browse files
committed
Minor typo in docs: call the debounce callback
1 parent bab847a commit 02c5c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mini/debouncer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* debouncedClickAction: function(e) {
2828
* // will not call `processClick` more than once per 100ms
2929
* this.debounce('click', function() {
30-
* this.processClick;
30+
* this.processClick();
3131
* }, 100);
3232
* }
3333
*

0 commit comments

Comments
 (0)