mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
Removed sync_method parameter from backbone msg spec
This commit is contained in:
parent
4e19dd7933
commit
5ced2816e7
@ -149,7 +149,7 @@ function(widget_manager, underscore, backbone){
|
||||
}
|
||||
}
|
||||
|
||||
var data = {method: 'backbone', sync_method: method, sync_data: send_json};
|
||||
var data = {method: 'backbone', sync_data: send_json};
|
||||
this.comm.send(data, options.callbacks);
|
||||
this.pending_msgs++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user