Skip to content

Commit bcce7c6

Browse files
Add declaration for fulltextEntry
1 parent 359b6a2 commit bcce7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Public/JavaScript/PageView/PageView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ dlfViewer.prototype.initLoadFulltexts = function (visiblePages) {
767767
const fulltext = this.docController.findFileByKind(visiblePages[i].pageNo, 'fulltext');
768768
if (fulltext !== undefined) {
769769
if (!(key in this.fulltextsLoaded_) && dlfUtils.isFulltextDescriptor(fulltext)) {
770-
fulltextEntry = dlfFullTextUtils.fetchFullTextDataFromServer(fulltext.url, image, xOffset);
770+
const fulltextEntry = dlfFullTextUtils.fetchFullTextDataFromServer(fulltext.url, image, xOffset);
771771
this.fulltextsLoaded_[key] = fulltextEntry;
772772
}
773773
} else {

0 commit comments

Comments
 (0)