Explorar el Código

remove extra semicolon

tags/0.2.3
Jan Lehnardt hace 16 años
padre
commit
2c8857e84a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/mustache_spec.rb

+ 1
- 1
test/mustache_spec.rb Ver fichero

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


Cargando…
Cancelar
Guardar