diff --git a/example/static_images.js b/example/static_images.js index 89b0030..588d793 100644 --- a/example/static_images.js +++ b/example/static_images.js @@ -32,9 +32,6 @@ $(function() { } } }, - getState: function(reader) { - return this.config[reader] || this.config.default; - }, attachListeners: function() { var self = this; @@ -109,7 +106,7 @@ $(function() { }, state: { inputStream: { - src: "../test/fixtures/code_128/", + src: "../test/fixtures/code_128/" }, decoder : { readers : ["code_128_reader"]