Fix full-text sync tests after 1da18e4ca7

This commit is contained in:
Dan Stillman 2017-07-07 06:23:27 -04:00
parent c55cacfb5a
commit e2d7c7e999

View file

@ -102,7 +102,7 @@ Zotero.Sync.Data.FullTextEngine.prototype._download = Zotero.Promise.coroutine(f
keys,
(key) => {
this._stopCheck();
this.apiClient.getFullTextForItem(
return this.apiClient.getFullTextForItem(
this.library.libraryType, this.library.libraryTypeID, key
)
.then((results) => {