We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb0c80 commit 4f468cfCopy full SHA for 4f468cf
1 file changed
test/unit/math/Color.js
@@ -4,7 +4,7 @@ test( "constructor", function(){
4
var c = new THREE.Color();
5
ok( c.r, "Red: " + c.r );
6
ok( c.g, "Green: " + c.g );
7
- ok( c.b, "Blue: " + c.g );
+ ok( c.b, "Blue: " + c.b );
8
});
9
10
test( "copyHex", function(){
0 commit comments