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
fix rake commonjs
tags/0.3.0
Jan Lehnardt
hace 16 años
padre
a7464db373
commit
90f93aa7e3
Se han
modificado 2 ficheros
con
13 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+7
-0
mustache-commonjs/mustache.js.tpl.post
+6
-0
mustache-commonjs/mustache.js.tpl.pre
+ 7
- 0
mustache-commonjs/mustache.js.tpl.post
Ver fichero
@@ -0,0 +1,7 @@
exports.name = Mustache.name;
exports.version = Mustache.version;
exports.to_html = function() {
return Mustache.to_html.apply(this, arguments);
};
+ 6
- 0
mustache-commonjs/mustache.js.tpl.pre
Ver fichero
@@ -0,0 +1,6 @@
/*
* CommonJS-compatible mustache.js module
*
* See http://github.com/janl/mustache.js for more info.
*/
Escribir
Vista previa
Cargando…
Cancelar
Guardar