Remove todo.

This commit is contained in:
Jonathan Puckey 2011-05-21 14:06:37 +02:00
parent e386ce179a
commit ce586bd07e

View file

@ -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:');