diff options
author | kpdecker <kpdecker@gmail.com> | 2014-12-01 01:33:09 -0600 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2014-12-16 12:57:46 -0600 |
commit | c05fad8b18eaa11716637332efd63a46aa00e650 (patch) | |
tree | 8b9232e9546078270e28c2399dfda2010506dea5 /lib/handlebars/compiler/compiler.js | |
parent | 203df9d5b7cdd6eb9543c0544f08f37e1a77a223 (diff) | |
download | handlebars.js-c05fad8b18eaa11716637332efd63a46aa00e650.zip handlebars.js-c05fad8b18eaa11716637332efd63a46aa00e650.tar.gz handlebars.js-c05fad8b18eaa11716637332efd63a46aa00e650.tar.bz2 |
Fix remaining depth arg
Diffstat (limited to 'lib/handlebars/compiler/compiler.js')
-rw-r--r-- | lib/handlebars/compiler/compiler.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/handlebars/compiler/compiler.js b/lib/handlebars/compiler/compiler.js index 2c0bd08..4c0f908 100644 --- a/lib/handlebars/compiler/compiler.js +++ b/lib/handlebars/compiler/compiler.js @@ -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; |