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 eb5f4fe commit 195fd11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/function-builder-basics-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 195fd11

Please sign in to comment.