mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Move binding to IPython global one level up the stack
This commit is contained in:
parent
2b98c8dbff
commit
fb6d92509b
@ -39,6 +39,8 @@ require([
|
||||
loginwidget){
|
||||
"use strict";
|
||||
|
||||
IPython.NotebookList = notebooklist.NotebookList;
|
||||
|
||||
page = new page.Page();
|
||||
|
||||
var common_options = {
|
||||
|
@ -874,9 +874,5 @@ define([
|
||||
.append(cancel_button);
|
||||
};
|
||||
|
||||
|
||||
// Backwards compatability.
|
||||
IPython.NotebookList = NotebookList;
|
||||
|
||||
return {'NotebookList': NotebookList};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user