From 9bd640c414469559595c16cdea7b3a925422c195 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Wed, 6 May 2020 23:22:40 +0300 Subject: [PATCH] minor fixes --- .../03-debounce/debounce.view/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/06-advanced-functions/09-call-apply-decorators/03-debounce/debounce.view/index.html b/1-js/06-advanced-functions/09-call-apply-decorators/03-debounce/debounce.view/index.html index 1683ab0c..e3b4d584 100644 --- a/1-js/06-advanced-functions/09-call-apply-decorators/03-debounce/debounce.view/index.html +++ b/1-js/06-advanced-functions/09-call-apply-decorators/03-debounce/debounce.view/index.html @@ -12,7 +12,7 @@ Debounced function debounce(handler, 1000) is called on this input:

- +