1
0
mirror of synced 2025-12-07 22:18:17 +08:00

Use let instead of var

This commit is contained in:
redhoodsu
2018-08-20 16:45:35 +08:00
parent 0ce56c849f
commit a89654c696
30 changed files with 90 additions and 94 deletions

View File

@@ -96,7 +96,7 @@ under html root element.
For more information, please check the [documentation](doc/API.md).
```javascript
var el = document.createElement('div');
let el = document.createElement('div');
document.body.appendChild(el);
eruda.init({