LazarSoft / jsqrcode

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

Spelling/case error in decoder.js #25

Open lgoldstein opened 10 years ago

lgoldstein commented 10 years ago

Lines 70-74:

for (var i = 0; i < dataBlocks.Length; i++) { ...calculate total bytes }

The "Length" member should be "length", otherwise "totalBytes" remains zero

DeadlySystem commented 9 years ago

From what I can tell this issue has been fixed and should be closed.