mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Fixed typo in container construction.
This commit is contained in:
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…
Reference in New Issue
Block a user