Show More
@@ -187,7 +187,7 b' 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.target_name, comm: comm}); |
|
190 | return this._create_model({model_name: msg.content.data.target_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) { |
General Comments 0
You need to be logged in to leave comments.
Login now