From 41f7e58ca9d5d588479d2ff63e5bf93a69feba04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 23 Dec 2016 23:13:18 +0100 Subject: [PATCH] Include issue number forgotten in previous commit. --- 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 44485141..4d4c2bb2 100644 --- a/test/tests/HitResult.js +++ b/test/tests/HitResult.js @@ -752,7 +752,7 @@ test('hit-testing for all items', function() { }, true); }); -test('hit-testing shapes with strokes and rounded corners (#???)', function() { +test('hit-testing shapes with strokes and rounded corners (#1207)', function() { var rect = new Shape.Rectangle({ size: [300, 180], strokeWidth: 30,