Browse Source

Update index.js

pull/94/head
Kevin Kwok 8 years ago committed by GitHub
parent
commit
b99bf1cee5
  1. 2
      src/index.js

2
src/index.js

@ -35,6 +35,8 @@ class TesseractWorker { @@ -35,6 +35,8 @@ class TesseractWorker {
terminate(){
if(this.worker) adapter.terminateWorker(this);
this.worker = null;
this._currentJob = null;
this._queue = [];
}
_delay(fn){

Loading…
Cancel
Save