webkul / vivid

a JavaScript library which is built to easily customize and use the SVG Icons with a blaze.
https://webkul.github.io/vivid
MIT License
1.81k stars 84 forks source link

Improved variables declarations #12

Closed jayjamesjay closed 6 years ago

jayjamesjay commented 6 years ago

Replaces var keyword with const / let, let with const (where possible), replaces anonymous functions with arrow functions.

webkul-nitish commented 6 years ago

Not enough significant changes.