mathiasbynens / utf8.js

A robust JavaScript implementation of a UTF-8 encoder/decoder, as defined by the Encoding Standard.
https://git.io/utf8js
MIT License
556 stars 115 forks source link

Remove redundant var declaration #22

Closed darrachequesne closed 8 years ago

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 92.593% when pulling 2e803be580cd9575751687e42c4ae66662e5d35c on darrachequesne:patch-4 into 6687e92788bd8c2c444c335790bfd070475a3a52 on mathiasbynens:master.

mathiasbynens commented 8 years ago

Thanks!