filerjs / filer

Node-like file system for browsers
BSD 2-Clause "Simplified" License
621 stars 154 forks source link

Update filer/tests/spec/filer.buffer.spec.js to use let, const instead of var #684

Closed CDNRae closed 5 years ago

CDNRae commented 5 years ago

There are a number of variables declared using "var" in filer/tests/spec/filer.buffer.spec.js; I'd like to change them to const and let.

CDNRae commented 5 years ago

697

humphd commented 5 years ago

NOTE: You can use "Fixes #684" in your PR description and GitHub will autoclose it.