Skip to content

Commit

Permalink
SelfVoicingWrapperNode -> VoicingWrapperNode, see phetsims/tasks#1083
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Mar 24, 2021
1 parent 89597a8 commit 9239250
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import VoicingHighlight from './VoicingHighlight.js';
import VoicingInputListener from './VoicingInputListener.js';
import Node from '../../../../scenery/js/nodes/Node.js';

class SelfVoicingWrapperNode extends Node {
class VoicingWrapperNode extends Node {

/**
* @param {Node} node
Expand Down Expand Up @@ -66,5 +66,5 @@ class SelfVoicingWrapperNode extends Node {
}
}

sceneryPhet.register( 'SelfVoicingWrapperNode', SelfVoicingWrapperNode );
export default SelfVoicingWrapperNode;
sceneryPhet.register( 'VoicingWrapperNode', VoicingWrapperNode );
export default VoicingWrapperNode;

0 comments on commit 9239250

Please sign in to comment.