Fixed typo.

pull/37/head
Jonathan Frederic 12 years ago
parent 2b5ebb9e8f
commit 5a655b24da

@ -187,7 +187,7 @@ define([
WidgetManager.prototype._handle_comm_open = function (comm, msg) {
// Handle when a comm is opened.
return this.create_model({model_name: msg.content.data.target_name, comm: comm});
return this._create_model({model_name: msg.content.data.target_name, comm: comm});
};
WidgetManager.prototype.create_model = function (model_name, target_name, init_state_callback) {

Loading…
Cancel
Save