LazarSoft / jsqrcode

Javascript QRCode scanner
http://www.webqr.com
Apache License 2.0
3.99k stars 1.16k forks source link

Fix accidental global variables #14

Open dplanella opened 11 years ago

dplanella commented 11 years ago

Ensure all variables in functions are indeed declared as local as intended.