mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
Missing semicolon
This commit is contained in:
parent
a6b901fdd3
commit
7658bab99f
@ -613,7 +613,7 @@ define(["widgets/js/manager",
|
||||
this._models = [];
|
||||
this.views = [];
|
||||
this._create_view = create_view;
|
||||
this._remove_view = remove_view || function(view) {view.remove()};
|
||||
this._remove_view = remove_view || function(view) {view.remove();};
|
||||
},
|
||||
|
||||
update: function(new_models, create_view, remove_view, context) {
|
||||
|
Loading…
Reference in New Issue
Block a user