Skip to content

Commit

Permalink
Remove unnecessary JSON format call
Browse files Browse the repository at this point in the history
  • Loading branch information
nortron committed Jul 7, 2012
1 parent 9aa506a commit b91dd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/docs.js
Expand Up @@ -262,7 +262,7 @@

if (response.code) {
$('pre.code', resultContainer)
.text(formatJSON(response.code));
.text(response.code);
}

if (response.headers) {
Expand Down

0 comments on commit b91dd71

Please sign in to comment.