From ab24918be6918620953dc981c503851d97043e47 2014-01-16 10:57:09 From: Jonathan Frederic Date: 2014-01-16 10:57:09 Subject: [PATCH] Removed unused that from widget manager --- diff --git a/IPython/html/static/notebook/js/widgetmanager.js b/IPython/html/static/notebook/js/widgetmanager.js index 369ed62..cb26253 100644 --- a/IPython/html/static/notebook/js/widgetmanager.js +++ b/IPython/html/static/notebook/js/widgetmanager.js @@ -34,7 +34,6 @@ this.widget_view_types = {}; this._model_instances = {}; - var that = this; Backbone.sync = function (method, model, options, error) { var result = model._handle_sync(method, options); if (options.success) {