Skip to content

Commit

Permalink
changes default back to code_128 for static img
Browse files Browse the repository at this point in the history
  • Loading branch information
elsigh committed May 11, 2015
1 parent 7a0af01 commit fe92605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/static_images.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fe92605

Please sign in to comment.