mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Fixed initialization-error
This commit is contained in:
Vendored
+1
@@ -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() {
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
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() {
|
||||||
|
|||||||
+1
-1
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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user