Delete unnecessary comment

This commit is contained in:
Jason Grout 2015-03-27 15:37:49 +00:00
parent a0ea58f768
commit 2193a21fc6

View File

@ -18,8 +18,6 @@ class Box(DOMWidget):
# Child widgets in the container.
# Using a tuple here to force reassignment to update the list.
# When a proper notifying-list trait exists, that is what should be used here.
# TODO: make this tuple serialize models
# TODO: enforce that tuples here have a single datatype
children = Tuple(sync=True, **widget_serialization)
_overflow_values = ['visible', 'hidden', 'scroll', 'auto', 'initial', 'inherit', '']