Skip to content

Commit

Permalink
Update dev-docs/modules/floors.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 authored Nov 28, 2024
1 parent f2306bd commit 3e58860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/modules/floors.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ e.g.

let deviceType = getDeviceTypeFromUserAgent(navigator.userAgent);

if(deviceType == 'mobile')
if(deviceType === 'mobile')
return 'mobile'
else if (deviceType == 'tablet')
return 'tablet'
Expand Down

0 comments on commit 3e58860

Please sign in to comment.