You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In d640f5c for #257, we decided that options to EnabledComponent should not be mutually exclusive, because subclasses (and other clients) have a legitimate need to specify defaults.
@zepumph pointed out that this bit of code in Slider.js should therefore be cleaned up:
// Extra logic to prevent providing two conflicting options to EnabledNodeif(!options.enabledProperty){options=merge({// EnabledNodeenabledPropertyOptions: {phetioFeatured: true}},options);}
The text was updated successfully, but these errors were encountered:
In d640f5c for #257, we decided that options to EnabledComponent should not be mutually exclusive, because subclasses (and other clients) have a legitimate need to specify defaults.
@zepumph pointed out that this bit of code in Slider.js should therefore be cleaned up:
The text was updated successfully, but these errors were encountered: