EddieLa / JOB

A Barcode scanner capapable of reading Code128, Code93, Code39, Standard/Industrial 2 of 5, Interleaved 2 of 5, Codabar and EAN-13 barcodes in javascript.
http://eddiela.github.io/JOB
600 stars 204 forks source link

Fix JOB.js's bug #35

Closed kkebo closed 9 years ago

kkebo commented 9 years ago

Replace e.data.result with e.data.result.length in Line 164, so that JOB.js works.