cleaning up files

pull/1/head
Rob Stupay 7 years ago committed by yann300
parent 0a161eb6e5
commit 90c362c292
  1. 5849
      package-lock.json
  2. 6
      src/app/editor.js

5849
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -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)
} }

Loading…
Cancel
Save