mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
undefinied that -> this
This commit is contained in:
parent
01a54bee69
commit
31b18e69ad
@ -1100,7 +1100,7 @@ var IPython = (function (IPython) {
|
||||
|
||||
Notebook.prototype.execute_cells_below = function () {
|
||||
this.execute_cell_range(this.get_selected_index(), this.ncells());
|
||||
that.scroll_to_bottom();
|
||||
this.scroll_to_bottom();
|
||||
};
|
||||
|
||||
Notebook.prototype.execute_cells_above = function () {
|
||||
|
Loading…
Reference in New Issue
Block a user