File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ def handle_comm_opened(comm, msg):
141
141
# Traits
142
142
#-------------------------------------------------------------------------
143
143
_model_module = Unicode (None , allow_none = True , help = """A requirejs module name
144
- in which to find _model_name. If empty, look in the global registry.""" )
144
+ in which to find _model_name. If empty, look in the global registry.""" , sync = True )
145
145
_model_name = Unicode ('WidgetModel' , help = """Name of the backbone model
146
- registered in the front-end to create and sync this widget with.""" )
146
+ registered in the front-end to create and sync this widget with.""" , sync = True )
147
147
_view_module = Unicode (help = """A requirejs module in which to find _view_name.
148
148
If empty, look in the global registry.""" , sync = True )
149
149
_view_name = Unicode (None , allow_none = True , help = """Default view registered in the front-end
You can’t perform that action at this time.
0 commit comments