mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-28 00:18:45 +03:00
revert IEMobile mapping
This commit is contained in:
parent
2a808d0a64
commit
fbdb1dc7a6
@ -188,8 +188,7 @@
|
||||
},
|
||||
name : {
|
||||
'Opera Mobile' : 'Opera Mobi',
|
||||
'IE Mobile' : 'IEMobile',
|
||||
'IEMobile' : 'IEMobile',
|
||||
'IE Mobile' : 'IEMobile'
|
||||
}
|
||||
},
|
||||
|
||||
@ -755,7 +754,7 @@
|
||||
/(iphone)(?:.*os\s*([\w]+)*\slike\smac|;\sopera)/i // iOS
|
||||
], [[NAME, 'iPhone'], [VERSION, /_/g, '.']], [
|
||||
|
||||
/(ipad)(?:.*os\s*([\w]+)*\slike\smac|;\sopera)/i // iOS
|
||||
/(ipad)(?:.*os\s*([\w]+)*\slike\smac|;\sopera)/i // iOS
|
||||
], [[NAME, 'iPad'], [VERSION, /_/g, '.']], [
|
||||
|
||||
/(ip[honead]+)(?:.*os\s([\w]+)*\slike\smac|;\sopera)/i // iOS
|
||||
|
Loading…
x
Reference in New Issue
Block a user