MCPcopy Create free account
hub / github.com/breck7/scroll / defaultView

Function defaultView

external/.d3.js:2131–2135  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

2129}
2130
2131function defaultView(node) {
2132 return (node.ownerDocument && node.ownerDocument.defaultView) // node is a Node
2133 || (node.document && node) // node is a Window
2134 || node.defaultView; // node is a Document
2135}
2136
2137function styleRemove$1(name) {
2138 return function() {

Callers 2

styleValueFunction · 0.85
dispatchEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected