From 123c0f3b28d395a42753711d409dac264080afb9 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Tue, 23 Dec 2014 12:57:46 +0100 Subject: [PATCH] remove that. --- IPython/html/static/widgets/js/widget_selectioncontainer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/IPython/html/static/widgets/js/widget_selectioncontainer.js b/IPython/html/static/widgets/js/widget_selectioncontainer.js index 25b09cf0d..a9bcfa2f6 100644 --- a/IPython/html/static/widgets/js/widget_selectioncontainer.js +++ b/IPython/html/static/widgets/js/widget_selectioncontainer.js @@ -34,7 +34,6 @@ define([ this.model.on('change:_titles', function(model, value, options) { this.update_titles(value); }, this); - var that = this; this.on('displayed', function() { this.update_titles(); }, this);