Skip to content
Snippets Groups Projects
Commit b2808f57 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Nicer with line-wrapping, and thus no horiz scrollbar

parent 6f29a33b
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ function loadExample() {
$(document).ready(function() {
editor = ace.edit("codebox");
editor.getSession().setMode("ace/mode/scala");
editor.getSession().setUseWrapMode(true);
$("#leoninput").submit(function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment