Przeglądaj źródła

remove extra semicolon

tags/0.2.3
Jan Lehnardt 16 lat temu
rodzic
commit
2c8857e84a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      test/mustache_spec.rb

+ 1
- 1
test/mustache_spec.rb Wyświetl plik

@@ -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);


Ładowanie…
Anuluj
Zapisz