##// END OF EJS Templates
Ahhh bug fix!
Jonathan Frederic -
Show More
@@ -303,7 +303,7 b' function(WidgetManager, _, Backbone){'
303 // TODO: this is hacky, and makes the view depend on this cell attribute and widget manager behavior
303 // TODO: this is hacky, and makes the view depend on this cell attribute and widget manager behavior
304 // it would be great to have the widget manager add the cell metadata
304 // it would be great to have the widget manager add the cell metadata
305 // to the subview without having to add it here.
305 // to the subview without having to add it here.
306 options = $.merge({ parent: this }, options || {});
306 options = $.extend({ parent: this }, options || {});
307 var child_view = this.model.widget_manager.create_view(child_model, options, this);
307 var child_view = this.model.widget_manager.create_view(child_model, options, this);
308
308
309 // Associate the view id with the model id.
309 // Associate the view id with the model id.
General Comments 0
You need to be logged in to leave comments. Login now