]> source.dussan.org Git - svg.js.git/commitdiff
Comment updated to pain 765/head
authormark-sivill-splunk <msivill@splunk.com>
Tue, 19 Dec 2017 12:09:36 +0000 (12:09 +0000)
committermark-sivill-splunk <msivill@splunk.com>
Tue, 19 Dec 2017 12:09:36 +0000 (12:09 +0000)
dist/svg.js
src/boxes.js

index 6add5a152279bdcecbef00affb7206e883cb9801..6c5e45ac9cbd057fa56536095d1fc8f882712a71 100644 (file)
@@ -2272,7 +2272,7 @@ SVG.BBox = SVG.invent({
     if (element instanceof SVG.Element) {\r
       var box\r
 \r
-      // yes this is ugly, but Firefox can be a bitch when it comes to elements that are not yet rendered\r
+      // yes this is ugly, but Firefox can be a pain when it comes to elements that are not yet rendered\r
       try {\r
 \r
         if (!document.documentElement.contains){\r
@@ -5549,4 +5549,4 @@ if (typeof window.CustomEvent !== 'function') {
 \r
 return SVG\r
 \r
-}));\r
\ No newline at end of file
+}));\r
index 4a3af8e9d4049d4b070e4885037441edabf180b2..2467625412fb3a6f11ea6dfd1b453849a0c7fde2 100644 (file)
@@ -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){