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 extra semicolon
tags/0.2.3
Jan Lehnardt
16 anni fa
parent
9e2fc30e28
commit
2c8857e84a
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
test/mustache_spec.rb
+ 1
- 1
test/mustache_spec.rb
Vedi File
@@ -97,7 +97,7 @@ describe "mustache" do
runner = <<-JS
try {
#{@mustache}
#{view}
;
#{view}
var template = #{template};
var partials = {"partial": #{partial}};
var result = Mustache.to_html(template, partial_context, partials);
Write
Preview
Loading…
Annulla
Salva