The m_widgets private member, which maps widget-type to wiget object,
authorMike Taylor <mike@indexdata.com>
Thu, 1 May 2014 13:52:32 +0000 (14:52 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 1 May 2014 13:52:32 +0000 (14:52 +0100)
commit0e8f814e7736796ac30ead73fb3d08e8cb183139
tree570cbde1aa5e7d698f6ca2bdc799abcae4001fbb
parentb75f69516de319ca5c283a70238a482e86303138
The m_widgets private member, which maps widget-type to wiget object,
now maps to an array of widgets of that type. For most types of
widget, only one instance per team makes sense, so the team.widget
method now complains loudly if it's invoked for a type that has more
than one instance -- client code should never do that. visitWidgets
now visits all widgets of the specified type.
src/mkws-team.js