Commit 90c362c2 authored by Rob Stupay's avatar Rob Stupay Committed by yann300

cleaning up files

parent 0a161eb6
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -69,12 +69,6 @@ function Editor (editorElement) { ...@@ -69,12 +69,6 @@ function Editor (editorElement) {
editor.session.setBreakpoint(row, css) editor.session.setBreakpoint(row, css)
} }
this.setPosition = function (line, column, noClip) {
editor.moveCursorTo(line, column)
//var anchor = new ace.Anchor(editor, line, column)
//anchor.setPosition(line, column, noClip)
}
this.editorFontSize = function (incr) { this.editorFontSize = function (incr) {
editor.setFontSize(editor.getFontSize() + incr) editor.setFontSize(editor.getFontSize() + incr)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment