Skip to content

Commit 4f468cf

Browse files
committed
Fix typo
1 parent 8bb0c80 commit 4f468cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/math/Color.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test( "constructor", function(){
44
var c = new THREE.Color();
55
ok( c.r, "Red: " + c.r );
66
ok( c.g, "Green: " + c.g );
7-
ok( c.b, "Blue: " + c.g );
7+
ok( c.b, "Blue: " + c.b );
88
});
99

1010
test( "copyHex", function(){

0 commit comments

Comments
 (0)