Skip to content

Commit

Permalink
delete namespace.register for inner classes, phetsims/phet-core#59
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <[email protected]>
  • Loading branch information
pixelzoom authored and marlitas committed Jun 28, 2022
1 parent 074576e commit 81fcc2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/NumberPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,6 @@ define( function( require ) {
} );
}

sceneryPhet.register( 'NumberPicker.ButtonStateListener', ButtonStateListener );

inherit( ButtonListener, ButtonStateListener );

// creates a vertical gradient
Expand Down

0 comments on commit 81fcc2f

Please sign in to comment.