mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
s/comm_id/model_id (left over from before)
This commit is contained in:
parent
a0b2cc40b8
commit
3329f875f3
@ -183,8 +183,12 @@ function(widget_manager, underscore, backbone){
|
|||||||
// triggered on model change
|
// triggered on model change
|
||||||
},
|
},
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
child_view: function(model_id, view_name) {
|
child_view: function(model_id, view_name) {
|
||||||
|
=======
|
||||||
|
child_view: function(model_id, view_name, options) {
|
||||||
|
>>>>>>> s/comm_id/model_id (left over from before)
|
||||||
// create and return a child view, given a comm id for a model and (optionally) a view name
|
// create and return a child view, given a comm id for a model and (optionally) a view name
|
||||||
// if the view name is not given, it defaults to the model's default view attribute
|
// if the view name is not given, it defaults to the model's default view attribute
|
||||||
var child_model = this.widget_manager.get_model(model_id);
|
var child_model = this.widget_manager.get_model(model_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user