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()); } });