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 pull request
#108
from vackraord/master
Simple if-statement fix
tags/0.4.0
Jan Lehnardt
15 anni fa
parent
1dabeabfd6
783f61450d
commit
32a26c4b7e
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
@@ -47,7 +47,7 @@ var Mustache = function() {
Sends parsed lines
*/
send: function(line) {
if(line != "") {
if(line !=
=
"") {
this.buffer.push(line);
}
},
Write
Preview
Loading…
Annulla
Salva