##// END OF EJS Templates
Remove unnecessary backwards compatibility code
Jeff Hemmelgarn -
Show More
@@ -124,14 +124,4 b' require(['
124 if (window.location.hash) {
124 if (window.location.hash) {
125 $("#tabs").find("a[href=" + window.location.hash + "]").click();
125 $("#tabs").find("a[href=" + window.location.hash + "]").click();
126 }
126 }
127
128 // For backwards compatability.
129 IPython.page = page;
130 IPython.contents = contents;
131 IPython.notebook_list = notebook_list;
132 IPython.cluster_list = cluster_list;
133 IPython.session_list = session_list;
134 IPython.kernel_list = kernel_list;
135 IPython.login_widget = login_widget;
136 IPython.events = events;
137 });
127 });
General Comments 0
You need to be logged in to leave comments. Login now