Skip to content

Commit c02978d

Browse files
author
Daniel Jih
committed
cleanup parser
1 parent 50f7b6f commit c02978d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

amplitude.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4343,7 +4343,7 @@ module.exports = Revenue;
43434343
/(iphone)(?:.*os\s*([\w]+)*\slike\smac|;\sopera)/i // iOS
43444344
], [[NAME, 'iPhone'], [VERSION, /_/g, '.']], [
43454345

4346-
/(ipad)(?:.*os\s*([\w]+)*\slike\smac|;\sopera)/i // iOS
4346+
/(ipad)(?:.*os\s*([\w]+)*\slike\smac|;\sopera)/i // iOS
43474347
], [[NAME, 'iPad'], [VERSION, /_/g, '.']], [
43484348

43494349
/(ip[honead]+)(?:.*os\s([\w]+)*\slike\smac|;\sopera)/i // iOS

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"amplitude"
1010
],
1111
"dependencies": {
12-
"amplitude/ua-parser-js": "834c57e",
12+
"amplitude/ua-parser-js": "fbdb1dc",
1313
"amplitude/JavaScript-MD5": "2350ea9",
1414
"component/object": "0.0.3",
1515
"component/querystring": "1.3.0",

0 commit comments

Comments
 (0)