Merge pull request #2983 from Carreau/fix-run-all

fix run-all (that-> this)
This commit is contained in:
Min RK 2013-02-25 16:06:23 -08:00
commit abb31c2d3a

View File

@ -1153,7 +1153,7 @@ var IPython = (function (IPython) {
Notebook.prototype.execute_all_cells = function () {
this.execute_cell_range(0, this.ncells());
that.scroll_to_bottom();
this.scroll_to_bottom();
};
Notebook.prototype.execute_cell_range = function (start, end) {