##// END OF EJS Templates
Default view should be the base widget view class
Jason Grout -
Show More
@@ -98,7 +98,7 b' class Widget(LoggingConfigurable):'
98 98 #-------------------------------------------------------------------------
99 99 _model_name = Unicode('WidgetModel', help="""Name of the backbone model
100 100 registered in the front-end to create and sync this widget with.""")
101 _view_name = Unicode(help="""Default view registered in the front-end
101 _view_name = Unicode('WidgetView', help="""Default view registered in the front-end
102 102 to use to represent the widget.""", sync=True)
103 103 _comm = Instance('IPython.kernel.comm.Comm')
104 104
General Comments 0
You need to be logged in to leave comments. Login now