Show More
@@ -187,7 +187,7 define([ | |||||
187 |
|
187 | |||
188 | WidgetManager.prototype._handle_comm_open = function (comm, msg) { |
|
188 | WidgetManager.prototype._handle_comm_open = function (comm, msg) { | |
189 | // Handle when a comm is opened. |
|
189 | // Handle when a comm is opened. | |
190 |
return this._create_model({model_name: msg.content.data. |
|
190 | return this._create_model({model_name: msg.content.data.model_name, comm: comm}); | |
191 | }; |
|
191 | }; | |
192 |
|
192 | |||
193 | WidgetManager.prototype.create_model = function (model_name, target_name, init_state_callback) { |
|
193 | WidgetManager.prototype.create_model = function (model_name, target_name, init_state_callback) { |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file |
General Comments 0
You need to be logged in to leave comments.
Login now