Defined selected in notebooklist constructor

This commit is contained in:
Jonathan Frederic 2015-02-04 12:13:08 -08:00
parent 7a2e994a7e
commit 46d1a64412

View File

@ -44,6 +44,7 @@ define([
this.session_list.events.on('sessions_loaded.Dashboard', this.session_list.events.on('sessions_loaded.Dashboard',
function(e, d) { that.sessions_loaded(d); }); function(e, d) { that.sessions_loaded(d); });
} }
this.selected = [];
}; };
NotebookList.prototype.style = function () { NotebookList.prototype.style = function () {