Fix an integration.js typo. Closes #1263
This commit is contained in:
parent
7ef7a84122
commit
f829e4d6cc
|
@ -1538,8 +1538,8 @@ Zotero.Integration.Fields.prototype.updateSession = Zotero.Promise.coroutine(fun
|
||||||
try {
|
try {
|
||||||
yield this._session.loadBibliographyData(this._bibliographyData);
|
yield this._session.loadBibliographyData(this._bibliographyData);
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
var exception = new Zotero.Integration.CorruptBibliographyException(me, e);
|
var exception = new Zotero.Integration.CorruptBibliographyException(this, e);
|
||||||
exception.setContext(me);
|
exception.setContext(this);
|
||||||
throw exception;
|
throw exception;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user