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

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Xavier Fung 2012-09-11 01:42:17 +08:00
commit 255438b754

View file

@ -1201,9 +1201,7 @@ var PDFView = {
var currentPage = this.pages[this.page - 1];
if (this.isFullscreen) {
this.parseScale('page-fit', true);
}
this.parseScale(this.currentScaleValue, true);
this.renderHighestPriority();