##// END OF EJS Templates
fix run-all (that-> this)
Matthias BUSSONNIER -
Show More
@@ -1153,7 +1153,7 b' var IPython = (function (IPython) {'
1153
1153
1154 Notebook.prototype.execute_all_cells = function () {
1154 Notebook.prototype.execute_all_cells = function () {
1155 this.execute_cell_range(0, this.ncells());
1155 this.execute_cell_range(0, this.ncells());
1156 that.scroll_to_bottom();
1156 this.scroll_to_bottom();
1157 };
1157 };
1158
1158
1159 Notebook.prototype.execute_cell_range = function (start, end) {
1159 Notebook.prototype.execute_cell_range = function (start, end) {
General Comments 0
You need to be logged in to leave comments. Login now