Fix remaining depth arg

This commit is contained in:
kpdecker
2014-12-01 01:33:09 -06:00
parent 203df9d5b7
commit c05fad8b18
-1
View File
@@ -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;