Преглед изворни кода

Remove extra slashes

tags/0.5.2
Michael Jackson пре 14 година
родитељ
комит
9cc8ef13fd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mustache.js

+ 1
- 1
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);



Loading…
Откажи
Сачувај