diff --git a/IPython/html/static/notebook/js/widgetmanager.js b/IPython/html/static/notebook/js/widgetmanager.js index f298460..a47c08b 100644 --- a/IPython/html/static/notebook/js/widgetmanager.js +++ b/IPython/html/static/notebook/js/widgetmanager.js @@ -209,7 +209,7 @@ clear_output : handle_clear_output, status : function (msg) { - view.model._handle_status(msg, that.callbacks()); + view.model._handle_status(msg, that.callbacks(view)); }, // Special function only registered by widget messages.