mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 20:09:50 -04:00
10 lines
195 B
JavaScript
10 lines
195 B
JavaScript
"use strict";
|
|
|
|
exports.__esModule = true;
|
|
exports.default = ownerDocument;
|
|
|
|
function ownerDocument(node) {
|
|
return node && node.ownerDocument || document;
|
|
}
|
|
|
|
module.exports = exports["default"]; |