(node, sibling)
| 102057 | } |
| 102058 | |
| 102059 | function siblingCheck(node, sibling) { |
| 102060 | return node.parentNode && node.parentNode.childNodes.length > 1 && node.previousSibling != sibling; // treat null/undefined the same |
| 102061 | } // -- Set attributes & styles on SVG elements --- |
| 102062 | |
| 102063 | |
| 102064 | var element = null, |