Xuefeng Zhu GitHub 9 lat temu
rodzic
commit
667125ec99
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz