Ver código fonte

Merge 2848163dc6 into 23beb3a880

pull/584/merge
Xuefeng Zhu GitHub 9 anos atrás
pai
commit
667125ec99
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Ver arquivo

@@ -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;


Carregando…
Cancelar
Salvar