Skip to content

Commit d1fc341

Browse files
committed
Fix up whitespace
1 parent a85f8e8 commit d1fc341

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
@@ -1263,7 +1263,7 @@ var jsPDF = (function (global) {
12631263

12641264
if (typeof text === 'string') {
12651265
text = ESC(text);
1266-
} else if (Object.prototype.toString.call(text) === '[object Array]') {
1266+
} else if (Object.prototype.toString.call(text) === '[object Array]') {
12671267
// we don't want to destroy original text array, so cloning it
12681268
var sa = text.concat(), da = [], len = sa.length;
12691269
// we do array.join('text that must not be PDFescaped")

0 commit comments

Comments
 (0)