##// END OF EJS Templates
Fix imports of "modules",...
Fix imports of "modules", required after converting everything into dictionary returns.

File last commit:

r17201:03d0484a
r17202:a3cc0b0b
Show More
pagemain.js
8 lines | 241 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
var ipython = ipython || {};
require(['base/js/page'], function(Page) {
ipython.page = new page.Page();
ipython.page.show();
});