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

Jonathan Frederic 13 years ago committed by Jonathan Frederic
parent d7c0498b13
commit 19e9cee437

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