Fixed typo in container construction.

Jonathan Frederic 13 years ago
parent f16f1d6537
commit 0cd4226fde

@ -21,7 +21,7 @@ define(["notebook/js/widget"], function(widget_manager) {
var ContainerView = IPython.WidgetView.extend({
render: function(){
this.$el =
this.$el
.addClass('widget-container');
},

Loading…
Cancel
Save