Punctuation.

This commit is contained in:
Jonathan Puckey 2011-05-21 21:02:06 +02:00
parent 0e297e56ac
commit 473804ad60

View file

@ -178,6 +178,6 @@ test('Color#convert', function() {
return converted !== color; return converted !== color;
}, true); }, true);
equals(function() { equals(function() {
return converted.equals(color) return converted.equals(color);
}, true); }, true);
}); });