Lint
This commit is contained in:
parent
a6f62fc45a
commit
f97bc8df6f
@ -292,8 +292,8 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||||||
// Create an IR of the pattern code.
|
// Create an IR of the pattern code.
|
||||||
var depIdx = dependencyArray.length;
|
var depIdx = dependencyArray.length;
|
||||||
var queueObj = {};
|
var queueObj = {};
|
||||||
var codeIR = this.getIRQueue(pattern, dict.get('Resources')
|
var codeIR = this.getIRQueue(pattern, dict.get('Resources') ||
|
||||||
|| resources, queueObj, dependencyArray);
|
resources, queueObj, dependencyArray);
|
||||||
|
|
||||||
// Add the dependencies that are required to execute the
|
// Add the dependencies that are required to execute the
|
||||||
// codeIR.
|
// codeIR.
|
||||||
@ -336,7 +336,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||||||
// This adds the IRQueue of the xObj to the current queue.
|
// This adds the IRQueue of the xObj to the current queue.
|
||||||
var depIdx = dependencyArray.length;
|
var depIdx = dependencyArray.length;
|
||||||
|
|
||||||
this.getIRQueue(xobj, xobj.dict.get('Resources') || resources,
|
this.getIRQueue(xobj, xobj.dict.get('Resources') || resources,
|
||||||
queue, dependencyArray);
|
queue, dependencyArray);
|
||||||
|
|
||||||
// Add the dependencies that are required to execute the
|
// Add the dependencies that are required to execute the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user