phetsims / proportion-playground

"Proportion Playground" is an educational simulation in HTML5, by PhET Interactive Simulations at the University of Colorado Boulder.
GNU General Public License v3.0
2 stars 4 forks source link

comment refers to PropertySet #86

Closed pixelzoom closed 7 years ago

pixelzoom commented 7 years ago

Related to code review #69:

  • [ ] The simulation should use Property instead of PropertySet

ProportionPlaygroundColorProfile refers to PropertySet:

20 // NOTE: This is NOT provided to clients directly, but is passed to the PropertySet constructor.
jonathanolson commented 7 years ago

ColorProfile doesn't use PropertySet anymore, I'll update the comment.

jonathanolson commented 7 years ago

Fixed, and improved documentation.