mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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];
|
||||
}, true, 'The ' + key + ' should not point to the same color object:');
|
||||
if (item[key] instanceof GradientColor) {
|
||||
// TODO!
|
||||
equals(function() {
|
||||
return item[key].gradient == item2[key].gradient;
|
||||
}, true, 'The ' + key + '.gradient should point to the same object:');
|
||||
|
|
Loading…
Reference in a new issue