Fix typo in item field caching code
This commit is contained in:
parent
9574e56ad6
commit
d98a79c33f
|
@ -285,7 +285,7 @@ Zotero.Items = function() {
|
|||
}
|
||||
Zotero.debug(obj.itemID);
|
||||
Zotero.debug(Object.keys(this._objectCache));
|
||||
this._objectCache[obj.itemID].loadFromRow(rowObj);
|
||||
this._objectCache[obj.itemID].loadFromRow(obj);
|
||||
}.bind(this)
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user