##// END OF EJS Templates
Fixed typo in container construction.
Jonathan Frederic -
Show More
@@ -21,7 +21,7 b' define(["notebook/js/widget"], function(widget_manager) {'
21 var ContainerView = IPython.WidgetView.extend({
21 var ContainerView = IPython.WidgetView.extend({
22
22
23 render: function(){
23 render: function(){
24 this.$el =
24 this.$el
25 .addClass('widget-container');
25 .addClass('widget-container');
26 },
26 },
27
27
General Comments 0
You need to be logged in to leave comments. Login now