fix a handle_status handler

This commit is contained in:
Jason Grout 2013-12-31 14:30:42 -07:00 committed by Jonathan Frederic
parent 1bf8da0734
commit 9b1a0d70a2

View File

@ -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.