From 89222b6dfd811be1868a5a6efc312cefac00b5e2 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Fri, 14 Nov 2014 16:57:43 -0800 Subject: [PATCH] Actually define the module I didn't forget something really obvious and important. Not at all. --- IPython/html/static/services/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IPython/html/static/services/config.js b/IPython/html/static/services/config.js index a9a3a2ee0..c83bb6c5a 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}; });