##// END OF EJS Templates
Missing view argument when recursively calling widgetmanager.callbacks(view)
Jonathan Frederic -
Show More
@@ -209,7 +209,7 b''
209 clear_output : handle_clear_output,
209 clear_output : handle_clear_output,
210
210
211 status : function (msg) {
211 status : function (msg) {
212 view.model._handle_status(msg, that.callbacks());
212 view.model._handle_status(msg, that.callbacks(view));
213 },
213 },
214
214
215 // Special function only registered by widget messages.
215 // Special function only registered by widget messages.
General Comments 0
You need to be logged in to leave comments. Login now