mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Make lint happy
This commit is contained in:
parent
6bc2a0b84a
commit
a525492f65
1 changed files with 2 additions and 1 deletions
|
@ -505,7 +505,8 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||
return queue;
|
||||
},
|
||||
|
||||
getTextContent: function partialEvaluatorGetIRQueue(stream, resources, state) {
|
||||
getTextContent: function partialEvaluatorGetIRQueue(
|
||||
stream, resources, state) {
|
||||
if (!state) {
|
||||
var text = [];
|
||||
var dirs = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue