mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Revert "Let backbone get changed attrs"
This reverts commit 4dd4990ff146508894353e390601c659d2638ed3.
This commit is contained in:
parent
36b576b0bd
commit
5667947f9d
@ -203,7 +203,7 @@ function(WidgetManager, _, Backbone){
|
||||
// Push this model's state to the back-end
|
||||
//
|
||||
// This invokes a Backbone.Sync.
|
||||
this.save({patch: true, callbacks: callbacks});
|
||||
this.save(this.changedAttributes(), {patch: true, callbacks: callbacks});
|
||||
},
|
||||
|
||||
_pack_models: function(value) {
|
||||
|
Loading…
Reference in New Issue
Block a user