Skip to content

Commit

Permalink
add UTTERANCE_QUEUE to configs, move tests over to utterance-queue re…
Browse files Browse the repository at this point in the history
…po, convert usages to use the library, not the scenery-phet ones, delete those, phetsims/utterance-queue#2
  • Loading branch information
zepumph committed Oct 22, 2019
1 parent 7dbdd1d commit a84dfd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/view/ISLCAlertManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ define( require => {
'use strict';

// modules
const ActivationUtterance = require( 'SCENERY_PHET/accessibility/ActivationUtterance' );
const ActivationUtterance = require( 'UTTERANCE_QUEUE/ActivationUtterance' );
const inverseSquareLawCommon = require( 'INVERSE_SQUARE_LAW_COMMON/inverseSquareLawCommon' );
const ISLCA11yStrings = require( 'INVERSE_SQUARE_LAW_COMMON/ISLCA11yStrings' );
const utteranceQueue = require( 'SCENERY_PHET/accessibility/utteranceQueue' );
const utteranceQueue = require( 'UTTERANCE_QUEUE/utteranceQueue' );

// strings
const forceValuesHiddenString = ISLCA11yStrings.forceValuesHidden.value;
Expand Down

0 comments on commit a84dfd9

Please sign in to comment.