From 473804ad601af4a57e5021d93661800bbddf1c24 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Sat, 21 May 2011 21:02:06 +0200 Subject: [PATCH] Punctuation. --- test/tests/Color.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/Color.js b/test/tests/Color.js index b5ecd4fc..3fc4d877 100644 --- a/test/tests/Color.js +++ b/test/tests/Color.js @@ -178,6 +178,6 @@ test('Color#convert', function() { return converted !== color; }, true); equals(function() { - return converted.equals(color) + return converted.equals(color); }, true); }); \ No newline at end of file