From f060947eb9244fdef287e512634f5b7702201ca4 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Tue, 25 Nov 2014 11:35:20 -0800 Subject: [PATCH] This, that, and the other thing --- IPython/html/static/widgets/js/manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/static/widgets/js/manager.js b/IPython/html/static/widgets/js/manager.js index db00f95ba..69d3b635f 100644 --- a/IPython/html/static/widgets/js/manager.js +++ b/IPython/html/static/widgets/js/manager.js @@ -343,7 +343,7 @@ define([ for (var id in model.views) { if (model.views.hasOwnProperty(id)) { var view = model.views[id]; - var cell_index = this.notebook.find_cell_index(view.options.cell); + var cell_index = that.notebook.find_cell_index(view.options.cell); state[model_id].views.push(cell_index); } }