From 3dd4c87e09561bee4411124399d4d5db66de933b Mon Sep 17 00:00:00 2001 From: Sahab Yazdani Date: Tue, 18 May 2010 14:18:16 -0700 Subject: [PATCH] How embarrassing. --- mustache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mustache.js b/mustache.js index 3860851..9e588a2 100644 --- a/mustache.js +++ b/mustache.js @@ -10,7 +10,7 @@ var Mustache = function() { Renderer.prototype = { otag: "{{", ctag: "}}", - pragmas: {},thi + pragmas: {}, buffer: [], pragmas_implemented: { "IMPLICIT-ITERATOR": true