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
Remove unnecessary line
tags/0.7.3
Michael Jackson
13 anni fa
parent
a8b6a96a83
commit
d5bf677431
1 ha cambiato i file
con
0 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
mustache.js
+ 0
- 1
mustache.js
Vedi File
@@ -287,7 +287,6 @@
Writer.prototype._name = function (token, context) {
var value = context.lookup(token[1]);
if (typeof value === 'function') value = value.call(context.view);
return value == null ? '' : value;
};
Write
Preview
Loading…
Annulla
Salva