Skip to content

Commit

Permalink
use paramteric TProperty, phetsims/phet-io#1246 #159
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 30, 2017
1 parent 5ecb56d commit 5140b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/TNumberProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ define( function( require ) {
},

setValue: function( instance, fromStateObject ) {
TProperty.setValue( instance, fromStateObject );
TPropertyImpl.setValue( instance, fromStateObject );
instance.units = fromStateObject.units;
instance.range = fromStateObject.range;
instance.valueType = fromStateObject.valueType;
Expand Down

0 comments on commit 5140b6e

Please sign in to comment.