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