Skip to content

Commit

Permalink
fixes Edge regex in uaparser.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingJaze committed Mar 15, 2016
1 parent 74655c4 commit 1d685b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/js/lib/uaparser.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@
"v1_replacement":null,
"family_replacement":"Konqueror"},
{"pattern":"(Edge)/(\\d+)\.(\\d+)",
"v1_replacement":null,
"family_replacement":"IE"},
"v1_replacement":null},
{"pattern":"(Jasmine|ANTGalio|Midori|Fresco|Lobo|Maxthon|Lynx|OmniWeb|Dillo|Camino|Demeter|Fluid|Fennec|Shiira|Sunrise|Chrome|Flock|Netscape|Lunascape|Epiphany|WebPilot|Vodafone|NetFront|Konqueror|SeaMonkey|Kazehakase|Vienna|Iceape|Iceweasel|IceWeasel|Iron|K-Meleon|Sleipnir|Galeon|GranParadiso|Opera Mini|iCab|NetNewsWire|Iron|Iris)/(\\d+)\\.(\\d+)\\.(\\d+)",
"v1_replacement":null,
"family_replacement":null},
Expand Down

0 comments on commit 1d685b4

Please sign in to comment.