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
\r
return SVG\r
\r
-}));\r
\ No newline at end of file
+}));\r
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){