Merge pull request #4055 from Snuffleupagus/fix-thumbnail-rotation-regression

Fix thumbnail rotation regression
This commit is contained in:
Brendan Dahl 2014-01-02 10:39:13 -08:00
commit d005353115
2 changed files with 18 additions and 13 deletions

View file

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