From 9cc8ef13fd77b1dd4640ee99c6458525fd8be1fa Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Mon, 4 Jun 2012 13:23:33 -0700 Subject: [PATCH] Remove extra slashes --- mustache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);