##// END OF EJS Templates
Fix module name
Thomas Kluyver -
Show More
@@ -48,7 +48,7 b' require(['
48 var cfg = new config.ConfigSection('tree', common_options);
48 var cfg = new config.ConfigSection('tree', common_options);
49 cfg.load();
49 cfg.load();
50 common_options.config = cfg;
50 common_options.config = cfg;
51 var common_config = new configmod.ConfigSection('common', common_options);
51 var common_config = new config.ConfigSection('common', common_options);
52 common_config.load();
52 common_config.load();
53
53
54 var session_list = new sesssionlist.SesssionList($.extend({
54 var session_list = new sesssionlist.SesssionList($.extend({
General Comments 0
You need to be logged in to leave comments. Login now