Skip to content

Commit

Permalink
Lint #2
Browse files Browse the repository at this point in the history
  • Loading branch information
massicottem committed Aug 7, 2024
1 parent 2207a9a commit 385f3dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/util/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -751,8 +751,9 @@ shaka.util.Platform = class {
try {
let winRT = undefined;

// Try to access to WinRT for WebView, if it's not defined, try to access to WinRT for WebView2,
// if it's not defined either, let it throw.
// Try to access to WinRT for WebView, if it's not defined,
// try to access to WinRT for WebView2, if it's not defined either,
// let it throw.
if (typeof Windows !== 'undefined') {
winRT = Windows;
} else {
Expand Down

0 comments on commit 385f3dd

Please sign in to comment.