mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix typo in PartialEvaluator_getTextContent
This commit is contained in:
parent
1f084053e6
commit
318b286da3
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