mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-25 00:17:21 +02:00
Fix typo in new return value of bidi function
This commit is contained in:
parent
f0f16a6a4d
commit
3a8426e179
@ -444,7 +444,7 @@ var bidi = PDFJS.bidi = (function bidiClosure() {
|
|||||||
result += ch;
|
result += ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
return new bidiResult(str, direction);
|
return new bidiResult(result, direction);
|
||||||
}
|
}
|
||||||
|
|
||||||
return bidi;
|
return bidi;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user