From edcee758ef2afb892f5f4778c73da6ca8050e2f6 2014-11-15 00:57:43 From: Thomas Kluyver Date: 2014-11-15 00:57:43 Subject: [PATCH] Actually define the module I didn't forget something really obvious and important. Not at all. --- diff --git a/IPython/html/static/services/config.js b/IPython/html/static/services/config.js index a9a3a2e..c83bb6c 100644 --- a/IPython/html/static/services/config.js +++ b/IPython/html/static/services/config.js @@ -59,5 +59,7 @@ function($, utils) { return data; }); }; + + return {ConfigSection: ConfigSection}; });