mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-04 03:45:58 -05:00
Remove todo.
This commit is contained in:
parent
e386ce179a
commit
ce586bd07e
1 changed files with 0 additions and 1 deletions
|
@ -232,7 +232,6 @@ function compareItems(item, item2) {
|
||||||
return item[key] != item2[key];
|
return item[key] != item2[key];
|
||||||
}, true, 'The ' + key + ' should not point to the same color object:');
|
}, true, 'The ' + key + ' should not point to the same color object:');
|
||||||
if (item[key] instanceof GradientColor) {
|
if (item[key] instanceof GradientColor) {
|
||||||
// TODO!
|
|
||||||
equals(function() {
|
equals(function() {
|
||||||
return item[key].gradient == item2[key].gradient;
|
return item[key].gradient == item2[key].gradient;
|
||||||
}, true, 'The ' + key + '.gradient should point to the same object:');
|
}, true, 'The ' + key + '.gradient should point to the same object:');
|
||||||
|
|
Loading…
Reference in a new issue