From a14671f4d66316fe10a225963f0ed8ed2d4d3587 Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 22 Oct 2019 13:37:51 -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/fractions-mixed-numbers-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/fractions-mixed-numbers-config.js b/js/fractions-mixed-numbers-config.js index ef55fc9..8bf7e10 100644 --- a/js/fractions-mixed-numbers-config.js +++ b/js/fractions-mixed-numbers-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' },