Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Jul 20, 2016
1 parent 4a8f216 commit 92f1c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17514,7 +17514,7 @@ PDFJS.webViewerLoad = function (src) {
if (src) DEFAULT_URL = src;

webViewerLoad();
}}
};

document.addEventListener('pagerendered', function (e) {
var pageNumber = e.detail.pageNumber;
Expand Down

0 comments on commit 92f1c14

Please sign in to comment.