Skip to content

Commit

Permalink
move parentLimit and childLimit to SceneryQueryParameters, phetsims/s…
Browse files Browse the repository at this point in the history
…cenery#1654

Signed-off-by: Michael Kauzmann <michael.kauzmann@colorado.edu>
  • Loading branch information
zepumph committed Sep 4, 2024
1 parent 799129c commit 62f957f
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions js/initialize-globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,6 @@
*/
buildCompatible: { type: 'flag' },

/**
* If this is a finite number AND assertions are enabled, it will track maximum Node child counts, and
* will assert that the number of children on a single Node is not greater than the limit.
*/
childLimit: {
type: 'number',
defaultValue: Number.POSITIVE_INFINITY,
public: false
},

/**
* When provided a non-zero-length value, the sim will send out assorted events meant for continuous testing
* integration (see sim-test.js).
Expand Down Expand Up @@ -394,16 +384,6 @@
*/
mobileA11yTest: { type: 'flag' },

/**p
* If this is a finite number AND assertions are enabled, it will track maximum Node parent counts, and
* will assert that the count is not greater than the limit.
*/
parentLimit: {
type: 'number',
defaultValue: Number.POSITIVE_INFINITY,
public: false
},

/**
* When a simulation is run from the PhET Android app, it should set this flag. It alters statistics that the sim sends
* to Google Analytics and potentially other sources in the future.
Expand Down

0 comments on commit 62f957f

Please sign in to comment.