diff options
author | mark-sivill-splunk <msivill@splunk.com> | 2017-12-19 12:09:36 +0000 |
---|---|---|
committer | mark-sivill-splunk <msivill@splunk.com> | 2017-12-19 12:09:36 +0000 |
commit | c863324e626279bf650960a2f8a6ff15550189e1 (patch) | |
tree | 208f2ddb9b50a725316292b0a0e763cd5711981c /src | |
parent | 22d7012bf3bc731c470f6b26651aec93fde04dcc (diff) | |
download | svg.js-c863324e626279bf650960a2f8a6ff15550189e1.tar.gz svg.js-c863324e626279bf650960a2f8a6ff15550189e1.zip |
Comment updated to pain
Diffstat (limited to 'src')
-rw-r--r-- | src/boxes.js | 2 |
1 files changed, 1 insertions, 1 deletions
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){ |