changes default back to code_128 for static img

This commit is contained in:
Lindsey Simon
2015-05-11 10:53:07 -07:00
parent 7a0af01a7b
commit fe9260503c
+2 -2
View File
@@ -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,