phetsims / color-vision

"Color Vision" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/color-vision
GNU General Public License v3.0
1 stars 7 forks source link

Extra comma in FlashlightNode #7

Closed samreid closed 10 years ago

samreid commented 10 years ago

This code in FlashlightNode has an extra comma:

    var flashlightImage = new Image( flashlight,
      {
        scale: 0.12,
        left: rectangle.centerX,
        centerY: rectangle.centerY,
      } );
aaronsamuel137 commented 10 years ago

Assigning to @samreid for review

samreid commented 10 years ago

Looks good, thanks! Closing.