From 98b10a4f6b8ce3f332d4f5ff40ff8d61dcda1dbe Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 15 Oct 2013 15:41:56 -0400 Subject: [PATCH] Exonerate Firefox --- js/id/svg/areas.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/id/svg/areas.js b/js/id/svg/areas.js index 8021db114..51f368def 100644 --- a/js/id/svg/areas.js +++ b/js/id/svg/areas.js @@ -1,5 +1,6 @@ iD.svg.Areas = function(projection) { - // Patterns only work in Firefox when set directly on element + // Patterns only work in Firefox when set directly on element. + // (This is not a bug: https://bugzilla.mozilla.org/show_bug.cgi?id=750632) var patterns = { wetland: 'wetland', beach: 'beach',