Просмотр исходного кода

Remove extra slashes

tags/0.5.2
Michael Jackson 14 лет назад
Родитель
Сommit
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.Context = Context;
exports.Renderer = Renderer; 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) { exports.to_html = function (template, view, partials, send) {
var result = render(template, view, partials); var result = render(template, view, partials);




Загрузка…
Отмена
Сохранить