mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Punctuation.
This commit is contained in:
parent
40832a524b
commit
fc8a9bb10b
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue