From 769b964bd7373584161453dbfcaf80230f3281c7 Mon Sep 17 00:00:00 2001 From: Ruben Daniels Date: Sun, 22 Apr 2012 15:19:27 -0700 Subject: [PATCH] * Small bug fix --- lib/ace/editor.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/ace/editor.js b/lib/ace/editor.js index a73bcfc3..f8998bb6 100644 --- a/lib/ace/editor.js +++ b/lib/ace/editor.js @@ -1136,12 +1136,6 @@ var Editor = function(renderer, session) { this.clearSelection(); }; - this.navigateLineEnd = function() { - //this.selection.moveCursorLineEnd(); - - this.clearSelection(); - }; - this.navigateFileEnd = function() { //this.selection.moveCursorFileEnd(); var doc = this.session.getDocument();