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 typo in comment. #pedantry
tags/0.3.0
Jan Lehnardt
16 anni fa
parent
4466a47561
commit
3abfafa553
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
@@ -80,7 +80,7 @@ var Mustache = function() {
},
/*
Tries to find a partial in the cu
u
rent scope and render it
Tries to find a partial in the curent scope and render it
*/
render_partial: function(name, context, partials) {
name = this.trim(name);
Write
Preview
Loading…
Annulla
Salva