diff options
Diffstat (limited to 'lib/models/templateBlock.js')
-rw-r--r-- | lib/models/templateBlock.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/templateBlock.js b/lib/models/templateBlock.js index 92a0bf3..999898c 100644 --- a/lib/models/templateBlock.js +++ b/lib/models/templateBlock.js @@ -79,7 +79,7 @@ TemplateBlock.prototype.toNunjucksExt = function(mainContext) { var endTag = this.getEndTag(); var blocks = this.getBlocks(); - var Ext = function () { + function Ext() { this.tags = [name]; this.parse = function(parser, nodes) { |