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
don't render during i18n step, just do replacements
tags/0.4.0
Ben Cherry
15 anni fa
parent
5467067bee
commit
25d0c02b71
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
@@ -138,7 +138,7 @@ var Mustache = function() {
translation_mode = { _mode: context['_mode'] };
}
return
that.render(
_(content, translation_mod
e), context, partials, tru
e);
return _(content, translation_mode);
});
},
Write
Preview
Loading…
Annulla
Salva