Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Perlito5 - javascript: cleanup comma for the closure compiler
  • Loading branch information
fglock committed May 31, 2012
1 parent d7ca5ce commit 7aadacf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions html/perlito5.js
Expand Up @@ -615,10 +615,10 @@ perl5_to_js = function( source, namespace, var_env_js ) {
new p5HashRef({
block: p5pkg.CORE.bless([
new p5HashRef({
stmts: p5pkg["Perlito5::Match"].flat([match]),
stmts: p5pkg["Perlito5::Match"].flat([match])
}),
p5pkg["Perlito5::AST::Lit::Block"]
]),
])
}),
p5pkg["Perlito5::AST::Do"]
]);
Expand Down
4 changes: 2 additions & 2 deletions src5/lib/Perlito5/Javascript/Runtime.pm
Expand Up @@ -621,10 +621,10 @@ perl5_to_js = function( source, namespace, var_env_js ) {
new p5HashRef({
block: p5pkg.CORE.bless([
new p5HashRef({
stmts: p5pkg["Perlito5::Match"].flat([match]),
stmts: p5pkg["Perlito5::Match"].flat([match])
}),
p5pkg["Perlito5::AST::Lit::Block"]
]),
])
}),
p5pkg["Perlito5::AST::Do"]
]);
Expand Down

0 comments on commit 7aadacf

Please sign in to comment.