Skip to content

Commit

Permalink
camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Oct 5, 2020
1 parent 389d4ff commit cd858f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var navigator = require('global/window').navigator

module.exports = (function detect_iOS (navigator) {
module.exports = (function detectiOS (navigator) {
return (
/iPad|iPhone|iPod/.test(navigator.userAgent || '') ||
(navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1) // iPad iOS 13
Expand Down

0 comments on commit cd858f3

Please sign in to comment.