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

incorrect documentation in PrismView? #314

Closed pixelzoom closed 8 years ago

pixelzoom commented 8 years ago

Is this a copy-paste error in PrismView? This function is not returning "an empty shape".

 /**
     * Region for translating the protractor
     * @param {Shape} fullShape
     * @returns {*}
     */
    function translationRegion( fullShape ) {

      // Empty shape since shouldn't be rotatable in this tab
      return fullShape;
    }
samreid commented 8 years ago

Fixed above, closing.