Skip to content

Commit

Permalink
Include a comment before jsonp output
Browse files Browse the repository at this point in the history
  • Loading branch information
rnewson authored and benoitc committed Jan 8, 2013
1 parent 736528b commit ea78d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/couch_httpd/src/couch_httpd.erl
Expand Up @@ -797,7 +797,7 @@ start_jsonp() ->
case get(jsonp) of case get(jsonp) of
no_jsonp -> []; no_jsonp -> [];
[] -> []; [] -> [];
CallBack -> CallBack ++ "(" CallBack -> ["/* CouchDB */", CallBack, "("]
end. end.


end_jsonp() -> end_jsonp() ->
Expand Down

0 comments on commit ea78d31

Please sign in to comment.