diff --git a/lib/gollum/frontend/public/gollum/livepreview/index.html b/lib/gollum/frontend/public/gollum/livepreview/index.html index bccc8f3f..f35e6471 100644 --- a/lib/gollum/frontend/public/gollum/livepreview/index.html +++ b/lib/gollum/frontend/public/gollum/livepreview/index.html @@ -74,9 +74,9 @@ function initAce(editor, editorSession) { initAce(editor, editorSession); // Setup comment ace. -var commentEditor = ace.edit("comment"); // Comment Editor -var commentEditorSession = commentEditor.getSession(); // Comment Editor Session -var commentEditorContainer = commentEditor.container; // COmment Editor Container +var commentEditor = ace.edit("comment"); +var commentEditorSession = commentEditor.getSession(); +var commentEditorContainer = commentEditor.container; initAce(commentEditor, commentEditorSession);