##// END OF EJS Templates
Fixed backbone event handling for accordion view
Jonathan Frederic -
Show More
@@ -22,9 +22,9 define(["notebook/js/widget"], function(widget_manager){
22
22
23 render: function(){
23 render: function(){
24 var guid = 'accordion' + IPython.utils.uuid();
24 var guid = 'accordion' + IPython.utils.uuid();
25 this.$el = $('<div />', {id: guid})
25 this.$el
26 .attr('id', guid)
26 .addClass('accordion');
27 .addClass('accordion');
27 this._ensureElement();
28 this.containers = [];
28 this.containers = [];
29 },
29 },
30
30
General Comments 0
You need to be logged in to leave comments. Login now