Skip to content

Commit

Permalink
Update jspdf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Jan 12, 2018
1 parent f070376 commit 4ed1b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jspdf.js
Expand Up @@ -1144,10 +1144,10 @@ var jsPDF = (function(global) {
// through multiplication.
'scaleFactor': k,
'pageSize': {
get width() {
getWidth: function() {
return pageWidth
},
get height() {
getHeight: function() {
return pageHeight
}
},
Expand Down

0 comments on commit 4ed1b24

Please sign in to comment.