Fix thumbnail rotation regression

This commit is contained in:
Jonas Jenwald 2013-12-25 22:25:05 +01:00
parent 1de3fae840
commit 3d523000b9
2 changed files with 18 additions and 13 deletions

View file

@ -1370,7 +1370,7 @@ var PDFView = {
div.removeChild(div.lastChild);
},
rotatePages: function pdfViewPageRotation(delta) {
rotatePages: function pdfViewRotatePages(delta) {
this.pageRotation = (this.pageRotation + 360 + delta) % 360;