From: mark-sivill-splunk Date: Tue, 19 Dec 2017 12:09:36 +0000 (+0000) Subject: Comment updated to pain X-Git-Tag: 2.6.4~2^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c863324e626279bf650960a2f8a6ff15550189e1;p=svg.js.git Comment updated to pain --- diff --git a/dist/svg.js b/dist/svg.js index 6add5a1..6c5e45a 100644 --- a/dist/svg.js +++ b/dist/svg.js @@ -2272,7 +2272,7 @@ SVG.BBox = SVG.invent({ if (element instanceof SVG.Element) { var box - // yes this is ugly, but Firefox can be a bitch when it comes to elements that are not yet rendered + // yes this is ugly, but Firefox can be a pain when it comes to elements that are not yet rendered try { if (!document.documentElement.contains){ @@ -5549,4 +5549,4 @@ if (typeof window.CustomEvent !== 'function') { return SVG -})); \ No newline at end of file +})); diff --git a/src/boxes.js b/src/boxes.js index 4a3af8e..2467625 100644 --- a/src/boxes.js +++ b/src/boxes.js @@ -67,7 +67,7 @@ SVG.BBox = SVG.invent({ if (element instanceof SVG.Element) { var box - // yes this is ugly, but Firefox can be a bitch when it comes to elements that are not yet rendered + // yes this is ugly, but Firefox can be a pain when it comes to elements that are not yet rendered try { if (!document.documentElement.contains){