Remove old comments.

This commit is contained in:
bootstraponline
2012-05-18 10:39:52 -06:00
parent 5d21df9ac7
commit dc80fd9b15
@@ -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);