Skip to content

Commit

Permalink
fix reference to valueProperty for phetsims/ph-scale#71
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Oct 29, 2018
1 parent a9e2d81 commit 8809089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/buttons/MomentaryButtonModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ define( function( require ) {
// @private: just for dispose. Named based on the type name so it won't have a name collision with parent/child ones
this.disposeMomentaryButtonModel = function() {
self.downProperty.unlink( downListener );
self.valueProperty.unlink( valuePropertyListener );
valueProperty.unlink( valuePropertyListener );
};
}

Expand Down

0 comments on commit 8809089

Please sign in to comment.