fix debounce

This commit is contained in:
Ilya Kantor 2020-05-06 20:27:34 +03:00
parent ba2b7b0c4a
commit cd5a7e451f
9 changed files with 103 additions and 54 deletions

View file

@ -78,7 +78,7 @@ Here, `/path/to/script.js` is an absolute path to the script from the site root.
We can give a full URL as well. For instance:
```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.2.0/lodash.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.11/lodash.js"></script>
```
To attach several scripts, use multiple tags: