Skip to content

Commit

Permalink
move utteranceQueue singleton to instance Type on each SCENERY/Display,
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 6, 2019
1 parent 2bfe1d2 commit 62c6e7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@

require.config( {
// depends on all of Mobius, Scenery, Kite, and Dot
deps: [ 'main', 'SCENERY/main', 'KITE/main', 'DOT/main', 'PHET_CORE/main' ],
deps: [ 'main', 'SCENERY/main', 'KITE/main', 'DOT/main', 'PHET_CORE/main', 'UTTERANCE_QUEUE/main' ],

paths: {
MOBIUS: '.',
SCENERY: '../../scenery/js',
KITE: '../../kite/js',
DOT: '../../dot/js',
PHET_CORE: '../../phet-core/js',
AXON: '../../axon/js'
AXON: '../../axon/js',
UTTERANCE_QUEUE: '../../utterance-queue/js'
},

// optional cache bust to make browser refresh load all included scripts, can be disabled with ?cacheBust=false
Expand Down

0 comments on commit 62c6e7e

Please sign in to comment.