mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
fix a handle_status handler
This commit is contained in:
parent
1bf8da0734
commit
9b1a0d70a2
@ -225,7 +225,7 @@ function(widget_manager, underscore, backbone){
|
||||
clear_output : handle_clear_output,
|
||||
|
||||
status : function (msg) {
|
||||
that._handle_status(msg, that.cell_callbacks());
|
||||
that.model._handle_status(msg, that.cell_callbacks());
|
||||
},
|
||||
|
||||
// Special function only registered by widget messages.
|
||||
|
Loading…
Reference in New Issue
Block a user