Closed clementallen closed 6 years ago
Change to const while you're at it
@Rush that wouldn't work as those variables are re-assigned in the code. Variables declared with const
cannot be reassigned.
Thanks for the suggestions! You'll see most of these changes reflected in release 2.7.0 (0b2166249ef8fb1f9f2c2b3d549b1c3b82020086)! 🎉
Updated
var
tolet
to keep inline with the rest of the es6 syntax and removed unnecessary quotes in options object