Fix remaining depth arg
This commit is contained in:
@@ -63,7 +63,6 @@ Compiler.prototype = {
|
||||
this.sourceNode = [];
|
||||
this.opcodes = [];
|
||||
this.children = [];
|
||||
this.depths = {list: []};
|
||||
this.options = options;
|
||||
this.stringParams = options.stringParams;
|
||||
this.trackIds = options.trackIds;
|
||||
|
||||
Reference in New Issue
Block a user