Skip to content

Commit

Permalink
Converted Emitter 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 42ca7a7 commit f2ebf02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/model/NumberAtom.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ define( function( require ) {

// @public - events emitted by instances of this type
this.atomUpdated = new Emitter( {
phetioArgumentTypes: [],
tandem: options.tandem.createTandem( 'atomUpdatedEmitter' )
} );
}
Expand Down

0 comments on commit f2ebf02

Please sign in to comment.