Skip to content

Commit

Permalink
Added phetioInstanceDocumentation for BarrierRectangle
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jun 21, 2018
1 parent 8029457 commit 1e1dca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/Sim.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@ define( function( require ) {
this.modalNodeStack, {
fill: 'rgba(0,0,0,0.3)',
pickable: true,
tandem: ROOT_TANDEM.createTandem( 'barrierRectangle' )
tandem: ROOT_TANDEM.createTandem( 'barrierRectangle' ),
phetioInstanceDocumentation: 'Semi-transparent barrier used to block input events when a dialog is shown, also fades out the background.'
} );
this.topLayer.addChild( this.barrierRectangle );

Expand Down

0 comments on commit 1e1dca6

Please sign in to comment.