Skip to content

Commit

Permalink
removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
serratus committed Jul 29, 2015
1 parent ec7d53e commit 4b1c923
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example/static_images.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ $(function() {
}
}
},
getState: function(reader) {
return this.config[reader] || this.config.default;
},
attachListeners: function() {
var self = this;

Expand Down Expand Up @@ -109,7 +106,7 @@ $(function() {
},
state: {
inputStream: {
src: "../test/fixtures/code_128/",
src: "../test/fixtures/code_128/"
},
decoder : {
readers : ["code_128_reader"]
Expand Down

0 comments on commit 4b1c923

Please sign in to comment.