diff --git a/test/lib/helpers.js b/test/lib/helpers.js index 3a4af085..6f447fab 100644 --- a/test/lib/helpers.js +++ b/test/lib/helpers.js @@ -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:');