Skip to content

Commit

Permalink
Added type annotation, see phetsims/scenery#692
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 19, 2017
1 parent 90ac8da commit 6d093d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Property.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ define( function( require ) {
// Also used in ShapePlacementBoard.js at the moment
this.changedEmitter = new Emitter();

// @public (read-only, scenery) indicate whether the Property has been disposed
// @public (read-only, scenery) {boolean} indicate whether the Property has been disposed
this.isDisposed = false;

// Register with tandem. TVoid is needed when not running in phet-io mode, because the phetioValueType is often
Expand Down

0 comments on commit 6d093d0

Please sign in to comment.