From 46d1a644128170b48fcba569d65487b25ecc36eb Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Wed, 4 Feb 2015 12:13:08 -0800 Subject: [PATCH] Defined selected in notebooklist constructor --- IPython/html/static/tree/js/notebooklist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/IPython/html/static/tree/js/notebooklist.js b/IPython/html/static/tree/js/notebooklist.js index fecb2c6f8..fc56bdb82 100644 --- a/IPython/html/static/tree/js/notebooklist.js +++ b/IPython/html/static/tree/js/notebooklist.js @@ -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 () {