mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Removed unused that from widget manager
This commit is contained in:
parent
73380ca442
commit
d4b6823a49
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user