Fixed backbone event handling for accordion view

Jonathan Frederic 13 years ago committed by Jonathan Frederic
parent 35e74c41b8
commit e9bf942375

@ -22,9 +22,9 @@ define(["notebook/js/widget"], function(widget_manager){
render: function(){
var guid = 'accordion' + IPython.utils.uuid();
this.$el = $('<div />', {id: guid})
this.$el
.attr('id', guid)
.addClass('accordion');
this._ensureElement();
this.containers = [];
},

Loading…
Cancel
Save