Skip to content

Commit 98aff2c

Browse files
committed
Push model info, whoops!
1 parent 6ce8d6f commit 98aff2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ipywidgets/widgets/widget.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ def handle_comm_opened(comm, msg):
141141
# Traits
142142
#-------------------------------------------------------------------------
143143
_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)
145145
_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)
147147
_view_module = Unicode(help="""A requirejs module in which to find _view_name.
148148
If empty, look in the global registry.""", sync=True)
149149
_view_name = Unicode(None, allow_none=True, help="""Default view registered in the front-end

0 commit comments

Comments
 (0)