Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
myokoym committed Dec 2, 2015
1 parent 0f67f8b commit 943de11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/try-groonga.js
Expand Up @@ -63,7 +63,7 @@ jQuery(function($, undefined) {
if (response.length === 0) {
return;
}
responses.push(response)
responses.push(response);
$("#paste-response").val(responses.join("\n\n"));
});
}
Expand Down

0 comments on commit 943de11

Please sign in to comment.