LazarSoft/jsqrcode

Spelling/case error in decoder.js

lgoldstein opened this issue · 1 comments

Lines 70-74:

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

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

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