We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab847a commit 02c5c79Copy full SHA for 02c5c79
src/mini/debouncer.html
@@ -27,7 +27,7 @@
27
* debouncedClickAction: function(e) {
28
* // will not call `processClick` more than once per 100ms
29
* this.debounce('click', function() {
30
- * this.processClick;
+ * this.processClick();
31
* }, 100);
32
* }
33
*
0 commit comments