Security upgrades
This commit is contained in:
4
node_modules/dom-helpers/esm/getComputedStyle.js
generated
vendored
Normal file
4
node_modules/dom-helpers/esm/getComputedStyle.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import ownerWindow from './ownerWindow';
|
||||
export default function getComputedStyle(node, psuedoElement) {
|
||||
return ownerWindow(node).getComputedStyle(node, psuedoElement);
|
||||
}
|
||||
Reference in New Issue
Block a user