From fd810e98042ca94c90007e2a8326c0e72811b57c Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Sat, 21 May 2011 12:49:15 +0200 Subject: [PATCH] Tests: clean up whitespace in compareItems. --- test/lib/helpers.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/lib/helpers.js b/test/lib/helpers.js index 6a365994..3704b0dd 100644 --- a/test/lib/helpers.js +++ b/test/lib/helpers.js @@ -127,7 +127,7 @@ function compareItems(item, item2) { equals(function() { return item.id != item2.id; }, true); - + if (item._matrix) { equals(function() { return item._matrix != item2._matrix; @@ -155,21 +155,21 @@ function compareItems(item, item2) { return item._clockwise == item2._clockwise; }, true); } - + // Group specific if (item instanceof Group) { equals(function() { return item._clipped == item2._clipped; }, true); } - + // Layer specific if (item instanceof Layer) { equals(function() { return item.project == item2.project; }, true); } - + // PlacedSymbol specific if (item instanceof PlacedSymbol) { equals(function() {