From ce586bd07eb98d47b542162a7f8e73b96fb70c2f Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Sat, 21 May 2011 14:06:37 +0200 Subject: [PATCH] Remove todo. --- test/lib/helpers.js | 1 - 1 file changed, 1 deletion(-) 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:');