56fda74
1
2
3
export default function ownerDocument(node) { return node && node.ownerDocument || document; }