From dc80fd9b158750f182b93b6d4056a9e21cb078da Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Fri, 18 May 2012 10:39:52 -0600 Subject: [PATCH] Remove old comments. --- lib/gollum/frontend/public/gollum/livepreview/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);