Fixes text-selection example

This commit is contained in:
Yury Delendik 2014-08-06 10:09:27 -05:00
parent 196416cc17
commit e8af56ffc5
3 changed files with 5 additions and 4 deletions

View file

@ -561,7 +561,8 @@ var PageView = function pageView(container, id, scale,
pageIndex: this.id - 1,
lastScrollSource: PDFView,
viewport: this.viewport,
isViewerInPresentationMode: PresentationMode.active
isViewerInPresentationMode: PresentationMode.active,
findController: PDFView.findController
}) : null;
// TODO(mack): use data attributes to store these
ctx._scaleX = outputScale.sx;