changes default back to code_128 for static img

pull/35/head
Lindsey Simon 10 years ago
parent 7a0af01a7b
commit fe9260503c

@ -84,11 +84,11 @@ $(function() {
state: {
inputStream: { name: "Test",
type: "ImageStream",
src: "../test/fixtures/code_39_vin/",
src: "../test/fixtures/code_128/",
length: 10
},
decoder : {
readers : ["code_39_vin_reader"],
readers : ["code_128_reader"],
drawScanline: true,
},
numOfWorkers: 4,

Loading…
Cancel
Save