mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Defined selected in notebooklist constructor
This commit is contained in:
parent
7a2e994a7e
commit
46d1a64412
@ -44,6 +44,7 @@ define([
|
||||
this.session_list.events.on('sessions_loaded.Dashboard',
|
||||
function(e, d) { that.sessions_loaded(d); });
|
||||
}
|
||||
this.selected = [];
|
||||
};
|
||||
|
||||
NotebookList.prototype.style = function () {
|
||||
|
Loading…
Reference in New Issue
Block a user