Fixed initialization-error

feature/109
Christoph Oberhofer 9 years ago
parent 31d2a086cd
commit 23a3481f7d

1
dist/quagga.js vendored

@ -4759,6 +4759,7 @@ return /******/ (function(modules) { // webpackBootstrap
}, },
stop: function stop() { stop: function stop() {
scanner.stop(); scanner.stop();
initialized = false;
return this; return this;
}, },
toPromise: function toPromise() { toPromise: function toPromise() {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -4854,6 +4854,7 @@ return /******/ (function(modules) { // webpackBootstrap
}, },
stop: function stop() { stop: function stop() {
scanner.stop(); scanner.stop();
initialized = false;
return this; return this;
}, },
toPromise: function toPromise() { toPromise: function toPromise() {

File diff suppressed because one or more lines are too long

@ -48,6 +48,7 @@ function fromConfig(config) {
}, },
stop() { stop() {
scanner.stop(); scanner.stop();
initialized = false;
return this; return this;
}, },
toPromise() { toPromise() {

Loading…
Cancel
Save