diff --git a/jspdf.js b/jspdf.js index c1d03d0f6..00c280b4d 100644 --- a/jspdf.js +++ b/jspdf.js @@ -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 } },