phetsims / bending-light

"Bending Light" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/bending-light
GNU General Public License v3.0
8 stars 8 forks source link

Can we get rid of FloatingLayout and just use visibleBoundsProperty directly? #348

Closed samreid closed 8 years ago

samreid commented 8 years ago

It looks like FloatingLayout is just adding convenience methods and constants for insets.

samreid commented 8 years ago

We could fix this in #351

samreid commented 8 years ago

I reviewed FloatingLayout.js and determined that it is performing the following important functions:

It should remain.