Explorar el Código

Merge 2848163dc6 into 23beb3a880

pull/584/merge
Xuefeng Zhu GitHub hace 9 años
padre
commit
667125ec99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Ver fichero

@@ -446,7 +446,7 @@
var cache = this.cache;
var tokens = cache[template];

if (tokens == null)
if (!tokens)
tokens = cache[template] = parseTemplate(template, tags);

return tokens;


Cargando…
Cancelar
Guardar