Skip to content

Commit

Permalink
Added fire on hold to StepBackButton, see phetsims/sun#203
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Nov 3, 2015
1 parent 60ccb6e commit b13831e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/buttons/StepBackButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ define( function( require ) {
function StepBackButton( stepFunction, playProperty, options ) {
var stepBackButton = this;
options = _.extend( {
radius: DEFAULT_RADIUS
radius: DEFAULT_RADIUS,
fireOnHold: true
}, options );

// step symbol is sized relative to the radius
Expand Down

0 comments on commit b13831e

Please sign in to comment.