Skip to content

Commit

Permalink
remove @mixes in typescript files, phetsims/scenery#1543
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 9, 2023
1 parent 050d2ab commit b4459f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/SpectrumSlider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export default class SpectrumSlider extends AccessibleSlider( Node, 0 ) {
/**
* @param valueProperty
* @param providedOptions
* @mixes AccessibleSlider
*/
public constructor( valueProperty: TProperty<number>, providedOptions?: SpectrumSliderOptions ) {
assert && deprecationWarning( 'SpectrumSlider is deprecated, please use Slider with SpectrumSlideTrack/Thumb instead' );
Expand Down

0 comments on commit b4459f2

Please sign in to comment.