agnoster / base32-js

Base32 encoding for JavaScript, based (loosely) on Crockford's Base32
https://github.com/agnoster/base32-js
MIT License
121 stars 61 forks source link

Global variable #5

Closed pierreliefauche closed 10 years ago

pierreliefauche commented 10 years ago

Is var missing on purpose ? https://github.com/agnoster/base32-js/blob/master/lib/base32.js#L234

agnoster commented 10 years ago

No, I'm not sure exactly why it's not vared, since it gets explicitly exported...