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
Remove unnecessary line
tags/0.7.3
Michael Jackson
hace 13 años
padre
a8b6a96a83
commit
d5bf677431
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-1
mustache.js
+ 0
- 1
mustache.js
Ver fichero
@@ -287,7 +287,6 @@
Writer.prototype._name = function (token, context) {
var value = context.lookup(token[1]);
if (typeof value === 'function') value = value.call(context.view);
return value == null ? '' : value;
};
Escribir
Vista previa
Cargando…
Cancelar
Guardar