mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
account for minor version only android version strings
This commit is contained in:
parent
c8d06f5d86
commit
ba8030e4f3
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ window.Perf = (function($, Perf) {
|
|||
vRegexs: {}
|
||||
});
|
||||
|
||||
Perf.vRegexs[Perf.agents.ANDROID] = /([0-9].[0-9].[0-9]);/;
|
||||
Perf.vRegexs[Perf.agents.ANDROID] = /([0-9].[0-9])(.[0-9])?;/;
|
||||
Perf.vRegexs[Perf.agents.WP] = /Windows Phone OS ([0-9].[0-9]);/;
|
||||
Perf.vRegexs[Perf.agents.IPHONE] = /iPhone OS ([0-9]_[0-9])/;
|
||||
Perf.vRegexs[Perf.agents.IPAD] = /iPad; U; CPU OS ([0-9]_[0-9])/;
|
||||
|
|
|
|||
Loading…
Reference in a new issue