mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
small cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user