##// END OF EJS Templates
Defined selected in notebooklist constructor
Jonathan Frederic -
Show More
@@ -44,6 +44,7 b' define(['
44 44 this.session_list.events.on('sessions_loaded.Dashboard',
45 45 function(e, d) { that.sessions_loaded(d); });
46 46 }
47 this.selected = [];
47 48 };
48 49
49 50 NotebookList.prototype.style = function () {
General Comments 0
You need to be logged in to leave comments. Login now