diff --git a/test/components/selectionBoxLayerTests.ts b/test/components/selectionBoxLayerTests.ts index 0d6db4688e..b248f7efc5 100644 --- a/test/components/selectionBoxLayerTests.ts +++ b/test/components/selectionBoxLayerTests.ts @@ -59,7 +59,7 @@ describe("Interactive Components", () => { }); it("updates the clipPath reference when render()-ed", () => { - // HACKHACK not supported on IE9 (http://caniuse.com/#feat=history) + // HACKHACK: History and history API not supported on IE9 (http://caniuse.com/#feat=history) if (window.history == null || window.history.replaceState == null) { svg.remove(); return;