From a0e018d56631c4ec26f861c43cbdb92874d03e4b Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 22 Oct 2019 13:37:43 -0800 Subject: [PATCH] add UTTERANCE_QUEUE to configs, move tests over to utterance-queue repo, convert usages to use the library, not the scenery-phet ones, delete those, https://github.com/phetsims/utterance-queue/issues/2 --- js/equality-explorer-basics-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/equality-explorer-basics-config.js b/js/equality-explorer-basics-config.js index 00b74d0..5dd13bb 100644 --- a/js/equality-explorer-basics-config.js +++ b/js/equality-explorer-basics-config.js @@ -43,6 +43,7 @@ require.config( { TAMBO: '../../tambo/js', TANDEM: '../../tandem/js', TWIXT: '../../twixt/js', + UTTERANCE_QUEUE: '../../utterance-queue/js', VEGAS: '../../vegas/js' },