Remove unnecessary backwards compatibility code

Jeff Hemmelgarn 11 years ago committed by Thomas Kluyver
parent 53463898eb
commit dab99c599f

@ -124,14 +124,4 @@ require([
if (window.location.hash) {
$("#tabs").find("a[href=" + window.location.hash + "]").click();
}
// For backwards compatability.
IPython.page = page;
IPython.contents = contents;
IPython.notebook_list = notebook_list;
IPython.cluster_list = cluster_list;
IPython.session_list = session_list;
IPython.kernel_list = kernel_list;
IPython.login_widget = login_widget;
IPython.events = events;
});

Loading…
Cancel
Save