##// END OF EJS Templates
Merge pull request #6284 from jasongrout/patch-6...
Jonathan Frederic -
r17626:4581d8b9 merge
parent child Browse files
Show More
@@ -98,7 +98,7 b' class Widget(LoggingConfigurable):'
98 #-------------------------------------------------------------------------
98 #-------------------------------------------------------------------------
99 _model_name = Unicode('WidgetModel', help="""Name of the backbone model
99 _model_name = Unicode('WidgetModel', help="""Name of the backbone model
100 registered in the front-end to create and sync this widget with.""")
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 to use to represent the widget.""", sync=True)
102 to use to represent the widget.""", sync=True)
103 _comm = Instance('IPython.kernel.comm.Comm')
103 _comm = Instance('IPython.kernel.comm.Comm')
104
104
General Comments 0
You need to be logged in to leave comments. Login now