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

Uncaught ReferenceError: root is not defined #56

Open Anastasia-Gorobets opened 6 years ago

Anastasia-Gorobets commented 6 years ago

I get error Uncaught ReferenceError: root is not defined in file DecoderWorker.js:2968

There is this code: root.decoderWorkerBlobString = decoderWorkerBlobString; How can I fix it? Thanks.

ednoferreira commented 6 years ago

Im also getting this error, did you solve it?