mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix typo in new return value of bidi function
This commit is contained in:
parent
f0f16a6a4d
commit
3a8426e179
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ var bidi = PDFJS.bidi = (function bidiClosure() {
|
|||
result += ch;
|
||||
}
|
||||
|
||||
return new bidiResult(str, direction);
|
||||
return new bidiResult(result, direction);
|
||||
}
|
||||
|
||||
return bidi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue