Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit cebc30c

Browse files
committed
Merge pull request #500 from jakemac53/patch-1
delete getDefaultComputedStyle from window
2 parents 79837e5 + 36272eb commit cebc30c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wrappers/Window.js

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
// Work around for https://bugzilla.mozilla.org/show_bug.cgi?id=943065
4444
delete window.getComputedStyle;
45+
delete window.getDefaultComputedStyle;
4546
delete window.getSelection;
4647

4748
['addEventListener', 'removeEventListener', 'dispatchEvent'].forEach(

0 commit comments

Comments
 (0)