From 5739cf07c62512e0288fdf6567fe050d2299ba83 Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 22 Oct 2019 13:37:54 -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/states-of-matter-basics-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/states-of-matter-basics-config.js b/js/states-of-matter-basics-config.js index 7df1f40..fe6e0a7 100644 --- a/js/states-of-matter-basics-config.js +++ b/js/states-of-matter-basics-config.js @@ -42,7 +42,8 @@ require.config( { STATES_OF_MATTER_BASICS: '.', SUN: '../../sun/js', TAMBO: '../../tambo/js', - TANDEM: '../../tandem/js' + TANDEM: '../../tandem/js', + UTTERANCE_QUEUE: '../../utterance-queue/js' }, // Cache busting is applied by default, but can be disabled via ?cacheBust=false, see initialize-globals.js