From 9df7b2679556411271fbd25c3b71a28d31618454 Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 22 Oct 2019 13:37:42 -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/energy-skate-park-basics-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/energy-skate-park-basics-config.js b/js/energy-skate-park-basics-config.js index 04ce6e01..41e9c435 100644 --- a/js/energy-skate-park-basics-config.js +++ b/js/energy-skate-park-basics-config.js @@ -42,7 +42,8 @@ require.config( { SCENERY_PHET: '../../scenery-phet/js', 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