Skip to content

Commit

Permalink
mixins should require providing what index options are provided at, p…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph authored and marlitas committed Jun 28, 2022
1 parent 943c92f commit f20ca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/NumberPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import sceneryPhet from './sceneryPhet.js';
// constants
const ButtonState = EnumerationDeprecated.byKeys( [ 'UP', 'DOWN', 'OVER', 'OUT' ] );

class NumberPicker extends AccessibleNumberSpinner( Node ) {
class NumberPicker extends AccessibleNumberSpinner( Node, 0 ) {

/**
* @param {Property.<number>} valueProperty
Expand Down

0 comments on commit f20ca26

Please sign in to comment.