Skip to content

Commit 1492f9c

Browse files
committed
fixed #205
1 parent d58e0fa commit 1492f9c

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
@@ -562,7 +562,7 @@ var jsPDF = (function(global) {
562562
newtext.push(bch);
563563
newtext.push(ch - (bch << 8));
564564
}
565-
return String.fromCharCode.apply(undef, newtext);
565+
return String.fromCharCode.apply(undefined, newtext);
566566
},
567567
pdfEscape = function(text, flags) {
568568
/**

0 commit comments

Comments
 (0)