Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jan
/
mustache.js
mirror da
https://github.com/janl/mustache.js
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
46
Wiki
Attività
Sfoglia il codice sorgente
Merge
2848163dc6
into
23beb3a880
pull/584/merge
Xuefeng Zhu
GitHub
9 anni fa
parent
23beb3a880
2848163dc6
commit
667125ec99
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mustache.js
+ 1
- 1
mustache.js
Vedi File
@@ -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;
Write
Preview
Loading…
Annulla
Salva