Skip to content

Commit

Permalink
[Fix] exclude deprecated Firefox keys
Browse files Browse the repository at this point in the history
  • Loading branch information
vdh committed Mar 27, 2019
1 parent abd4ff0 commit 4272beb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ if (!Object.keys) {
$frames: true,
$innerHeight: true,
$innerWidth: true,
$onmozfullscreenchange: true,
$onmozfullscreenerror: true,
$outerHeight: true,
$outerWidth: true,
$pageXOffset: true,
Expand Down
2 changes: 2 additions & 0 deletions test/shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ test('host objects on `window` constructor.prototype equal to themselves', { ski
$frames: true,
$innerHeight: true,
$innerWidth: true,
$onmozfullscreenchange: true,
$onmozfullscreenerror: true,
$outerHeight: true,
$outerWidth: true,
$pageXOffset: true,
Expand Down

0 comments on commit 4272beb

Please sign in to comment.