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;
|
return queue;
|
||||||
},
|
},
|
||||||
|
|
||||||
getTextContent: function partialEvaluatorGetIRQueue(stream, resources, state) {
|
getTextContent: function partialEvaluatorGetIRQueue(
|
||||||
|
stream, resources, state) {
|
||||||
if (!state) {
|
if (!state) {
|
||||||
var text = [];
|
var text = [];
|
||||||
var dirs = [];
|
var dirs = [];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue