##// END OF EJS Templates
fix a handle_status handler
Jason Grout -
Show More
@@ -225,7 +225,7 b' function(widget_manager, underscore, backbone){'
225 clear_output : handle_clear_output,
225 clear_output : handle_clear_output,
226
226
227 status : function (msg) {
227 status : function (msg) {
228 that._handle_status(msg, that.cell_callbacks());
228 that.model._handle_status(msg, that.cell_callbacks());
229 },
229 },
230
230
231 // Special function only registered by widget messages.
231 // Special function only registered by widget messages.
General Comments 0
You need to be logged in to leave comments. Login now