mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 20:09:50 -04:00
3 lines
96 B
JavaScript
3 lines
96 B
JavaScript
export default function ownerDocument(node) {
|
|
return node && node.ownerDocument || document;
|
|
} |