Commit 64be4e7
Update js-mode "for" to keep up with modern JS syntax (AndreaCrotti#514)
"let" contains the scope of the variable to the loop, while "var" always
declares global scope.
Following up AndreaCrotti#3051 parent 543e439 commit 64be4e7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
0 commit comments