Skip to content

Commit

Permalink
Added docs, see #137
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 11, 2017
1 parent e441712 commit b30683a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/NumberProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ define( function( require ) {
}

// TODO: this seems like duplication--can it be avoided or standardized?
// TODO: Do not use this, we are trying to replace it with something better soon.
this.phetioInstanceMetadata = {
range: options.range,
units: this.units,
Expand Down
1 change: 1 addition & 0 deletions js/Property.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ define( function( require ) {
this.changedEmitter = new Emitter();

// TODO: this pattern is very sloppy and will not scale up well
// TODO: Do not use this, we are trying to replace it with something better soon.
this.phetioInstanceMetadata = _.extend( this.phetioInstanceMetadata, {

// TODO: rename to validValues here and createInstanceProxyDiv
Expand Down

0 comments on commit b30683a

Please sign in to comment.