aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormark-sivill-splunk <msivill@splunk.com>2017-12-19 12:09:36 +0000
committermark-sivill-splunk <msivill@splunk.com>2017-12-19 12:09:36 +0000
commitc863324e626279bf650960a2f8a6ff15550189e1 (patch)
tree208f2ddb9b50a725316292b0a0e763cd5711981c /src
parent22d7012bf3bc731c470f6b26651aec93fde04dcc (diff)
downloadsvg.js-c863324e626279bf650960a2f8a6ff15550189e1.tar.gz
svg.js-c863324e626279bf650960a2f8a6ff15550189e1.zip
Comment updated to pain
Diffstat (limited to 'src')
-rw-r--r--src/boxes.js2
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){