1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

small cleanup

This commit is contained in:
BendingBender
2014-02-25 01:52:27 +01:00
parent e39d6a8fc0
commit c19a6672aa
3 changed files with 1 additions and 3 deletions

View File

@@ -200,7 +200,6 @@
osVersion = (osVersion || "").replace(/[_\s]/g, '.');
} else if (android) {
osVersion = getVersion(ua, /android[ \/-](\d+(\.\d+)*)/i, 1);
osVersion && (o.osversion = osVersion)
}
if (osVersion) {
o.osversion = osVersion;