We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85f8e8 commit d1fc341Copy full SHA for d1fc341
jspdf.js
@@ -1263,7 +1263,7 @@ var jsPDF = (function (global) {
1263
1264
if (typeof text === 'string') {
1265
text = ESC(text);
1266
- } else if (Object.prototype.toString.call(text) === '[object Array]') {
+ } else if (Object.prototype.toString.call(text) === '[object Array]') {
1267
// we don't want to destroy original text array, so cloning it
1268
var sa = text.concat(), da = [], len = sa.length;
1269
// we do array.join('text that must not be PDFescaped")
0 commit comments