Skip to content

Commit

Permalink
Convert ReadingBlock to new typescript mixin pattern, phetsims/scener…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 26, 2022
1 parent 6afc6a9 commit 99c03bc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions js/AquaRadioButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ import sun from './sun.js';
// constants
const DEFAULT_RADIUS = 7;

/**
* @extends Node
*/
class AquaRadioButton extends Voicing( Node ) {

/**
Expand Down
3 changes: 0 additions & 3 deletions js/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ const SHAPE_MATRIX = Matrix3.createFromPool( 0.025, 0, 0, 0, -0.025, 0, 0, 0, 1
const uncheckedShape = checkEmptySolidShape.transformed( SHAPE_MATRIX );
const checkedShape = checkSquareOSolidShape.transformed( SHAPE_MATRIX );

/**
* @extends Node
*/
class Checkbox extends Voicing( Node ) {

/**
Expand Down
3 changes: 0 additions & 3 deletions js/buttons/ButtonNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ import ButtonInteractionState from './ButtonInteractionState.js';
const CONTRAST_FILTER = new Contrast( 0.7 );
const BRIGHTNESS_FILTER = new Brightness( 1.2 );

/**
* @extends Node
*/
class ButtonNode extends Voicing( Node ) {

/**
Expand Down

0 comments on commit 99c03bc

Please sign in to comment.