Skip to content

Commit

Permalink
playingProperty -> isPlayingProperty for stepButton, see #143
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Aug 27, 2018
1 parent d3d1652 commit 129aa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/RSBaseScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ define( function( require ) {

// step button to manually step the animation.
var stepButton = new StepForwardButton( {
playingProperty: model.runningProperty,
isPlayingProperty: model.runningProperty,
listener: function() { model.manualStep(); },
centerY: playPauseButton.centerY,
centerX: this.scaleInfoNode.centerX + 25,
Expand Down

0 comments on commit 129aa0d

Please sign in to comment.