Move binding to IPython global one level up the stack

This commit is contained in:
Matthias Bussonnier 2015-05-18 17:32:42 -07:00
parent 2b98c8dbff
commit fb6d92509b
2 changed files with 2 additions and 4 deletions

View File

@ -39,6 +39,8 @@ require([
loginwidget){
"use strict";
IPython.NotebookList = notebooklist.NotebookList;
page = new page.Page();
var common_options = {

View File

@ -874,9 +874,5 @@ define([
.append(cancel_button);
};
// Backwards compatability.
IPython.NotebookList = NotebookList;
return {'NotebookList': NotebookList};
});