mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Merge pull request #2330 from jviereck/fix-typo
Fix typo in PartialEvaluator_getTextContent
This commit is contained in:
commit
b6e5fa390b
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||
return queue;
|
||||
},
|
||||
|
||||
getTextContent: function partialEvaluatorGetIRQueue(
|
||||
getTextContent: function PartialEvaluator_getTextContent(
|
||||
stream, resources, state) {
|
||||
var bidiTexts;
|
||||
var kSpaceFactor = 0.35;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue