mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -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) {
|
Base.each(['origin', 'destination', 'hilite'], function(key) {
|
||||||
if (checkIdentity) {
|
if (checkIdentity) {
|
||||||
equals(function() {
|
equals(function() {
|
||||||
return gradientColor[key] != gradientColor2[key]
|
return gradientColor[key] != gradientColor2[key];
|
||||||
}, true, 'Strict compare GradientColor#' + key);
|
}, true, 'Strict compare GradientColor#' + key);
|
||||||
}
|
}
|
||||||
equals(gradientColor[key].toString(), gradientColor2[key].toString(),
|
equals(gradientColor[key].toString(), gradientColor2[key].toString(),
|
||||||
|
|
Loading…
Reference in a new issue