* Small bug fix

This commit is contained in:
Ruben Daniels 2012-04-22 15:19:27 -07:00
commit 769b964bd7

View file

@ -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();