Explorar el Código

Remove extra slashes

tags/0.5.2
Michael Jackson hace 14 años
padre
commit
9cc8ef13fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Ver fichero

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



Cargando…
Cancelar
Guardar