Fixed typo in container construction.

This commit is contained in:
Jonathan Frederic 2013-11-20 22:01:37 +00:00
parent f16f1d6537
commit 0cd4226fde

View File

@ -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');
},