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