Skip to content

Commit

Permalink
Only require tandems if validation is enabled, see phetsims/phet-io#1369
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 28, 2018
1 parent 4474567 commit 6c14e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Tandem.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ define( function( require ) {
* @type {Tandem}
*/
Tandem.required = Tandem.rootTandem.createTandem( 'requiredTandem', {
required: true,
required: PHET_IO_ENABLED && phet.phetio.queryParameters.phetioValidateTandems,
supplied: false
} );

Expand Down

0 comments on commit 6c14e49

Please sign in to comment.