fix a handle_status handler

Jason Grout 12 years ago committed by Jonathan Frederic
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…
Cancel
Save