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

passing options to the supertype twice, #57

Closed pixelzoom closed 10 years ago

pixelzoom commented 10 years ago

HeadToggleNode:

39 IconToggleNode.call( this, property, headWithBrainImage, headNoBrainImage, 'brain', 'no-brain', options ); 40 41 this.mutate( options );

This is passing options to the supertype twice, which could result in some bizarre behavior. In this case, delete line 41.

aaronsamuel137 commented 10 years ago

Fixed this in 2fac177e830f00d645ab96b7e7ca437fe03000e1 when fixing #58.