From 31b18e69adfac206f014ca144adfda69fe85539a Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Mon, 3 Dec 2012 10:12:28 +0100 Subject: [PATCH] undefinied that -> this --- IPython/frontend/html/notebook/static/js/notebook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/js/notebook.js b/IPython/frontend/html/notebook/static/js/notebook.js index e7b9286b8..22fc8b0a4 100644 --- a/IPython/frontend/html/notebook/static/js/notebook.js +++ b/IPython/frontend/html/notebook/static/js/notebook.js @@ -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 () {