Skip to content

Commit

Permalink
Update jspdf.js (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Dec 15, 2018
1 parent e3dfb0e commit 2e0d744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jspdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,7 @@ var jsPDF = (function (global) {

var lineHeightFactor;

var getLineHeight = API.__private__.getLineHeight = function () {
var getLineHeight = API.__private__.getLineHeight = API.getLineHeight = function () {
return activeFontSize * lineHeightFactor;
};

Expand Down

0 comments on commit 2e0d744

Please sign in to comment.