Punctuation.

This commit is contained in:
Jonathan Puckey 2011-05-21 19:41:33 +02:00
parent 40832a524b
commit fc8a9bb10b

View file

@ -92,7 +92,7 @@ function compareGradientColors(gradientColor, gradientColor2, checkIdentity) {
Base.each(['origin', 'destination', 'hilite'], function(key) {
if (checkIdentity) {
equals(function() {
return gradientColor[key] != gradientColor2[key]
return gradientColor[key] != gradientColor2[key];
}, true, 'Strict compare GradientColor#' + key);
}
equals(gradientColor[key].toString(), gradientColor2[key].toString(),