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 an accidental global variable (tokenizer) in the create_compiler_state() function.
tags/0.5.2-vsc
Gregory Jacobs
hace 14 años
padre
ffaabb8d2e
commit
e1eb886cba
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
@@ -215,7 +215,7 @@ var Mustache = (function(undefined) {
openTag = openTag || '{{';
closeTag = closeTag || '}}';
var tokeniz
i
er;
var tokenizer;
if (openTag === '{{' && closeTag === '}}') {
tokenizer = default_tokenizer;
} else {
Escribir
Vista previa
Cargando…
Cancelar
Guardar