Przeglądaj źródła

Remove extra slashes

tags/0.5.2
Michael Jackson 14 lat temu
rodzic
commit
9cc8ef13fd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Wyświetl plik

@@ -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);



Ładowanie…
Anuluj
Zapisz