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