Skip to content

Commit

Permalink
disable language tag for now (#1736)
Browse files Browse the repository at this point in the history
* disable for now

* disable test
  • Loading branch information
Uzlopak committed May 8, 2018
1 parent 19d9c19 commit c215ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jspdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,7 @@ var jsPDF = (function (global) {
var lang = options.lang;

if (lang) {
xtra += "/Lang (" + lang +")\n";
// xtra += "/Lang (" + lang +")\n";
}

//renderingMode
Expand Down
2 changes: 1 addition & 1 deletion tests/unicode/arabic.spec.js

Large diffs are not rendered by default.

0 comments on commit c215ec4

Please sign in to comment.