Closed pixelzoom closed 10 years ago
Don't change the name of something that you import. For example in RGBScreen:
var Constants = require( 'COLOR_VISION/ColorVisionConstants' );
This should be:
var ColorVisionConstants = require( 'COLOR_VISION/ColorVisionConstants' );
Straight forward change. Closing.
Don't change the name of something that you import. For example in RGBScreen:
This should be: