diff --git a/mustache.js b/mustache.js index c89711a..7dee0e9 100644 --- a/mustache.js +++ b/mustache.js @@ -20,7 +20,7 @@ var Mustache = (typeof module !== "undefined" && module.exports) || {}; exports.Context = Context; exports.Renderer = Renderer; - // // This is here for backwards compatibility with 0.4.x. + // This is here for backwards compatibility with 0.4.x. exports.to_html = function (template, view, partials, send) { var result = render(template, view, partials);