Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
jan
/
mustache.js
réplica de
https://github.com/janl/mustache.js
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
46
Wiki
Actividad
Explorar el Código
don't render during i18n step, just do replacements
tags/0.4.0
Ben Cherry
hace 15 años
padre
5467067bee
commit
25d0c02b71
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
mustache.js
+ 1
- 1
mustache.js
Ver fichero
@@ -138,7 +138,7 @@ var Mustache = function() {
translation_mode = { _mode: context['_mode'] };
}
return
that.render(
_(content, translation_mod
e), context, partials, tru
e);
return _(content, translation_mode);
});
},
Escribir
Vista previa
Cargando…
Cancelar
Guardar