UNPKG

dom-tools

Version:

A tiny collection of DOM helpers for IE8+.

8 lines (5 loc) 172 B
// react-bootstrap/dom-helpers 2.4.0 ownerDocument.js function ownerDocument(node) { return (node && node.ownerDocument) || document; } module.exports = ownerDocument;