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
Fix an accidental global variable (tokenizer) in the create_compiler_state() function.
tags/0.5.2-vsc
Gregory Jacobs
14 anni fa
parent
ffaabb8d2e
commit
e1eb886cba
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
@@ -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 {
Write
Preview
Loading…
Annulla
Salva