Skip to content

Commit

Permalink
Clarify comment in selectionBoxLayerTests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Guo committed Sep 23, 2015
1 parent c63570d commit 4f46e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/selectionBoxLayerTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4f46e11

Please sign in to comment.