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 /dist/svg.js | |
parent | 22d7012bf3bc731c470f6b26651aec93fde04dcc (diff) | |
download | svg.js-c863324e626279bf650960a2f8a6ff15550189e1.tar.gz svg.js-c863324e626279bf650960a2f8a6ff15550189e1.zip |
Comment updated to pain
Diffstat (limited to 'dist/svg.js')
-rw-r--r-- | dist/svg.js | 4 |
1 files changed, 2 insertions, 2 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 +}));
|