1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Removing const and extending shadow() arguments

This commit is contained in:
notmasteryet 2011-07-10 13:48:05 -05:00
parent 6ef9e77b8a
commit f541c4cd37
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ var PDFViewer = {
lastPagesDrawn: [],
visiblePages: function() {
const pageBottomMargin = 10;
var pageBottomMargin = 10;
var windowTop = window.pageYOffset;
var windowBottom = window.pageYOffset + window.innerHeight;