diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-12-19 15:00:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-19 15:00:51 +0100 |
commit | f16e4708b6cf0bf9ed939f3fd169776f67f8e0b1 (patch) | |
tree | 208f2ddb9b50a725316292b0a0e763cd5711981c | |
parent | 22d7012bf3bc731c470f6b26651aec93fde04dcc (diff) | |
parent | c863324e626279bf650960a2f8a6ff15550189e1 (diff) | |
download | svg.js-f16e4708b6cf0bf9ed939f3fd169776f67f8e0b1.tar.gz svg.js-f16e4708b6cf0bf9ed939f3fd169776f67f8e0b1.zip |
Merge pull request #765 from mark-sivill-splunk/comment-update
Comment updated to pain
-rw-r--r-- | dist/svg.js | 4 | ||||
-rw-r--r-- | src/boxes.js | 2 |
2 files changed, 3 insertions, 3 deletions
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){ |