Defined selected in notebooklist constructor

pull/37/head
Jonathan Frederic 11 years ago
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…
Cancel
Save