Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanbraun committed Feb 3, 2024
1 parent 81d1f61 commit d993fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/js/updatePanes.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function isCompatible(selectedId) {
// Flash is deprecated in most browsers but can still be emulated by tools like
// https://ruffle.rs. Both emulators and legacy flash plugins should be detected
// by the check below (see: https://stackoverflow.com/a/42815720/1154642).
return !!navigator.plugins.namedItem("Shockwave Flash");
return !!navigator.plugins.namedItem('Shockwave Flash');
}
if (selectedId === 'p5') {
return Modernizr.webgl;
Expand Down

0 comments on commit d993fa9

Please sign in to comment.