Pixabay / JavaScript-autoComplete

An extremely lightweight and powerful vanilla JavaScript completion suggester.
752 stars 186 forks source link

Keep loop indexes out of global scope #77

Open joshuabryant opened 5 years ago

joshuabryant commented 5 years ago

The examples (which will presumably be copied and pasted) define the loop indexes in the global scope.

joshuabryant commented 5 years ago

And thanks for the great plugin! Exactly what I was looking for.