Skip to content

Commit a9c6ecb

Browse files
committed
Revert "Update jspdf.js (#1399)"
This reverts commit 1ace7c4.
1 parent 19e0230 commit a9c6ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jspdf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ var jsPDF = (function(global) {
986986
},
987987
getBlob = function() {
988988
return new Blob([getArrayBuffer()], {
989-
type: "data:application/pdf;base64"
989+
type: "application/pdf"
990990
});
991991
},
992992
/**

0 commit comments

Comments
 (0)