From 300638c73b1ce0e8412e0656f91cfbad2761ea1d Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 22 Oct 2019 13:37:46 -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/least-squares-regression-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/least-squares-regression-config.js b/js/least-squares-regression-config.js index 41c85b1..0b6e94b 100644 --- a/js/least-squares-regression-config.js +++ b/js/least-squares-regression-config.js @@ -40,7 +40,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