mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
removed unused function
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user