##// END OF EJS Templates
undefinied that -> this
Matthias BUSSONNIER -
Show More
@@ -1100,7 +1100,7 b' var IPython = (function (IPython) {'
1100
1100
1101 Notebook.prototype.execute_cells_below = function () {
1101 Notebook.prototype.execute_cells_below = function () {
1102 this.execute_cell_range(this.get_selected_index(), this.ncells());
1102 this.execute_cell_range(this.get_selected_index(), this.ncells());
1103 that.scroll_to_bottom();
1103 this.scroll_to_bottom();
1104 };
1104 };
1105
1105
1106 Notebook.prototype.execute_cells_above = function () {
1106 Notebook.prototype.execute_cells_above = function () {
General Comments 0
You need to be logged in to leave comments. Login now