Skip to content

Commit

Permalink
remove reentrant usage for angleProperty, see #298
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Apr 11, 2019
1 parent 8cb6ae4 commit 1382d77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/john-travoltage/model/Appendage.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ define( function( require ) {
this.angleProperty = new NumberProperty( this.initialAngle, {
tandem: tandem.createTandem( 'angleProperty' ),
units: 'radians',
range: options.range,
reentrant: true
range: options.range
} );

// @public
Expand Down

0 comments on commit 1382d77

Please sign in to comment.