Fix mistake in last commit
This commit is contained in:
parent
ca2e1f4de6
commit
1d2052cb1a
|
@ -691,7 +691,7 @@ Zotero.Translate.Base.prototype = {
|
||||||
if(this._runningAsyncProcesses === 0) {
|
if(this._runningAsyncProcesses === 0) {
|
||||||
this.complete();
|
this.complete();
|
||||||
}
|
}
|
||||||
if(this._parentTranslator) this._parentTranslator.decrementAsyncProcesses();
|
if(this._parentTranslator) this._parentTranslator.decrementAsyncProcesses(by);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user