%PDF- %PDF-
Direktori : /home/ugotscom/3vfm3/node_modules/popper.js/src/utils/ |
Current File : /home/ugotscom/3vfm3/node_modules/popper.js/src/utils/getWindow.js |
/** * Get the window associated with the element * @argument {Element} element * @returns {Window} */ export default function getWindow(element) { const ownerDocument = element.ownerDocument; return ownerDocument ? ownerDocument.defaultView : window; }