Skip to content

Commit b6e5fa3

Browse files
committed
Merge pull request mozilla#2330 from jviereck/fix-typo
Fix typo in PartialEvaluator_getTextContent
2 parents eeb5709 + 318b286 commit b6e5fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evaluator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
512512
return queue;
513513
},
514514

515-
getTextContent: function partialEvaluatorGetIRQueue(
515+
getTextContent: function PartialEvaluator_getTextContent(
516516
stream, resources, state) {
517517
var bidiTexts;
518518
var kSpaceFactor = 0.35;

0 commit comments

Comments
 (0)