Skip to content

Commit 4b1c923

Browse files
committed
removed unused function
1 parent ec7d53e commit 4b1c923

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

example/static_images.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ $(function() {
3232
}
3333
}
3434
},
35-
getState: function(reader) {
36-
return this.config[reader] || this.config.default;
37-
},
3835
attachListeners: function() {
3936
var self = this;
4037

@@ -109,7 +106,7 @@ $(function() {
109106
},
110107
state: {
111108
inputStream: {
112-
src: "../test/fixtures/code_128/",
109+
src: "../test/fixtures/code_128/"
113110
},
114111
decoder : {
115112
readers : ["code_128_reader"]

0 commit comments

Comments
 (0)