Fix, require.js needs return of widget manager for other widgets

This commit is contained in:
Jonathan Frederic 2013-12-18 13:34:44 -08:00 committed by Jonathan Frederic
parent d7c0498b13
commit 19e9cee437

View File

@ -557,4 +557,6 @@ function(widget_manager, underscore, backbone){
IPython.WidgetModel = WidgetModel;
IPython.WidgetView = WidgetView;
return widget_manager;
});