Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Nov 11, 2022
1 parent 0caf943 commit 72b6161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/polyfill/patchedmediakeys_apple.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ shaka.polyfill.PatchedMediaKeysApple = class {
HTMLMediaElement.prototype, 'mediaKeys',
)
);
// eslint-disable-next-line no-restricted-syntax
PatchedMediaKeysApple.originalHTMLMediaElementPrototypeSetMediaKeys =
// eslint-disable-next-line no-restricted-syntax
HTMLMediaElement.prototype.setMediaKeys;
PatchedMediaKeysApple.originalWindowMediaKeys = window.MediaKeys;
PatchedMediaKeysApple.originalWindowMediaKeySystemAccess =
Expand Down

0 comments on commit 72b6161

Please sign in to comment.