Skip to content

Commit 938d945

Browse files
committed
Fix linter error
1 parent d16f727 commit 938d945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/device.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function isAppleVisionPro () {
128128
var isMacintosh = navigator.userAgent.includes('Macintosh');
129129
// Discriminates between a "real" desktop browser and Safari for Vision Pro.
130130
var hasFiveTouchPoints = navigator.maxTouchPoints === 5;
131-
// isWebXRAvailable discriminates between Vision Pro and iPad / iPhone.
131+
// isWebXRAvailable discriminates between Vision Pro and iPad / iPhone.
132132
// This will no longer work once WebXR ships in iOS / iPad OS.
133133
return isMacintosh && hasFiveTouchPoints && isWebXRAvailable;
134134
}

0 commit comments

Comments
 (0)