##// END OF EJS Templates
Fix, require.js needs return of widget manager for other widgets
Jonathan Frederic -
Show More
@@ -557,4 +557,6 function(widget_manager, underscore, backbone){
557
557
558 IPython.WidgetModel = WidgetModel;
558 IPython.WidgetModel = WidgetModel;
559 IPython.WidgetView = WidgetView;
559 IPython.WidgetView = WidgetView;
560
561 return widget_manager;
560 }); No newline at end of file
562 });
General Comments 0
You need to be logged in to leave comments. Login now