MCPcopy Create free account
hub / github.com/microsoft/SandDance / siblingCheck

Function siblingCheck

docs/tests/v2/es6/js/sanddance.js:102059–102061  ·  view source on GitHub ↗
(node, sibling)

Source from the content-addressed store, hash-verified

102057}
102058
102059function 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
102064var element = null,

Callers 1

bindFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected