Skip to content

Commit

Permalink
Update JSDoc, see phetsims/axon#215
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Apr 20, 2023
1 parent 62949c6 commit a1c04a9
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 @@ -545,6 +545,11 @@

/**
* Shuffles listeners each time they are notified, to help us test order dependency, see https://github.com/phetsims/axon/issues/215
*
* 'default' - no shuffling
* 'random' - chooses a seed for you
* 'random(123)' - specify a seed
* 'reverse' - reverse the order of listeners
*/
listenerOrder: {
type: 'string',
Expand Down

0 comments on commit a1c04a9

Please sign in to comment.