From 6713d6aaa8037a5247e915e40440df20baa37f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 11 Nov 2011 14:47:25 +0100 Subject: [PATCH] Clean up test code. --- test/tests/HitResult.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/HitResult.js b/test/tests/HitResult.js index eec440f6..18d15581 100644 --- a/test/tests/HitResult.js +++ b/test/tests/HitResult.js @@ -370,7 +370,7 @@ test('hitting path bounding box', function() { equals(function() { return hitResult.point.toString(); - },path.bounds.topLeft.toString()); + }, path.bounds.topLeft.toString()); } });