Skip to content

Commit

Permalink
Added a query parameter to shuffle listener order, see phetsims/axon#215
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 15, 2019
1 parent f426c16 commit fb8e801
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/initialize-globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,11 @@
*/
showVisibleBounds: { type: 'flag' },

/**
* Shuffles listeners each time they are notified, to help us test order dependence, see https://github.com/phetsims/axon/issues/215
*/
shuffleListeners: { type: 'flag' },

// Private Doc: For external use. The below jsdoc is public to the phet-io api documentation. Change wisely.
/**
* Allows setting of the sound state, possible values are 'enabled' (default), 'muted', and 'disabled'. Sound
Expand Down

0 comments on commit fb8e801

Please sign in to comment.