Skip to content

Commit

Permalink
Converted to use PhetioObject, see phetsims/tandem#46
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 15, 2017
1 parent de23cde commit 2f8f4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/charges-and-fields/model/ElectricFieldSensor.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ define( function( require ) {
phetioType: PropertyIO( Vector2IO )
} );

ModelElement.call( this, { tandem: tandem } );
ModelElement.call( this, { tandem: tandem, phetioType: ElectricFieldSensorIO } );

this.computeElectricField = computeElectricField;

Expand Down

0 comments on commit 2f8f4ae

Please sign in to comment.