|
|
@ -32,9 +32,6 @@ $(function() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getState: function(reader) {
|
|
|
|
|
|
|
|
return this.config[reader] || this.config.default;
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
attachListeners: function() {
|
|
|
|
attachListeners: function() {
|
|
|
|
var self = this;
|
|
|
|
var self = this;
|
|
|
|
|
|
|
|
|
|
|
@ -109,7 +106,7 @@ $(function() {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
state: {
|
|
|
|
state: {
|
|
|
|
inputStream: {
|
|
|
|
inputStream: {
|
|
|
|
src: "../test/fixtures/code_128/",
|
|
|
|
src: "../test/fixtures/code_128/"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
decoder : {
|
|
|
|
decoder : {
|
|
|
|
readers : ["code_128_reader"]
|
|
|
|
readers : ["code_128_reader"]
|
|
|
|