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

Commit

Permalink
Merge pull request #500 from jakemac53/patch-1
Browse files Browse the repository at this point in the history
delete getDefaultComputedStyle from window
  • Loading branch information
arv committed Sep 2, 2014
2 parents 79837e5 + 36272eb commit cebc30c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wrappers/Window.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

// Work around for https://bugzilla.mozilla.org/show_bug.cgi?id=943065
delete window.getComputedStyle;
delete window.getDefaultComputedStyle;
delete window.getSelection;

['addEventListener', 'removeEventListener', 'dispatchEvent'].forEach(
Expand Down

0 comments on commit cebc30c

Please sign in to comment.