Remove added whitespace

This commit is contained in:
Jessica B. Hamrick 2015-10-29 11:03:19 -07:00
parent fc08f4904d
commit 3af89794fe

View File

@ -728,6 +728,7 @@ define(function (require) {
var selectedIndex = Math.min(Math.max(this.get_selected_index() + offset, 0), this.ncells()-1);
this.select(selectedIndex);
this.get_selected_cell().marked = true;
this.ensure_focused();
};