Fix an invalid variable reference

This commit is contained in:
Adomas Venčkauskas 2018-04-11 13:44:52 +03:00
parent 9a304b6699
commit ea8003c541

View File

@ -2072,7 +2072,7 @@ Zotero.Integration.Field = class {
getCode() {
if (!this._code) {
ths._code = this._field.getCode();
this._code = this._field.getCode();
}
let start = this._code.indexOf('{');
if (start == -1) {