Skip to content

Commit

Permalink
add UTTERANCE_QUEUE to configs, move tests over to utterance-queue re…
Browse files Browse the repository at this point in the history
…po, convert usages to use the library, not the scenery-phet ones, delete those, phetsims/utterance-queue#2
  • Loading branch information
zepumph committed Oct 22, 2019
1 parent 6c56ce9 commit 300638c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/least-squares-regression-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 300638c

Please sign in to comment.