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: decoderWorkerBlobString is not defined #42

Open jonathan0211 opened 8 years ago

jonathan0211 commented 8 years ago

If this work, I am gonna use it in my final paper, but this error continues to appear, Can you help me?

evanhackett commented 8 years ago

The latest version didn't work for me either (I got the same error as you). I found the example on the gh-pages branch works though.

k4wo commented 8 years ago

@jonathan0211 @evanhackett look at my PR there is a solution of this problem.

kenkoba commented 8 years ago

@k4wo excuse me, but could you please show your PR url? I couldn't find it.

kenkoba commented 8 years ago

@k4wo oh, btw, the source from https://github.com/EddieLa/JOB/tree/gh-pages was successful. Were you mentioning this?

k4wo commented 8 years ago

@kenkoba Nope. https://github.com/EddieLa/JOB/pull/43

kenkoba commented 8 years ago

@k4wo thx! and I've resolved ;)