Skip to content

Commit

Permalink
remove contextIncludesObjectResponse, see phetsims/scenery#1214
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Feb 7, 2022
1 parent 950037e commit 26a784a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions js/accessibility/voicing/voicingManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ class VoicingManager {

// {string|null} - If this is provided, it is the ONLY spoken string, and it is always spoken regardless of
// speech output levels selected by the user as long as speech is enabled.
overrideResponse: null,

// {boolean} When true and context changes are emitting, then ignore the objectResponse provided (because it is
// covered by the context response). This is a common case while developing voicing strings.
contextIncludesObjectResponse: false
overrideResponse: null
}, options );

VoicingResponsePatterns.validatePatternKeys( options.responsePatterns );
Expand Down

0 comments on commit 26a784a

Please sign in to comment.