mirror of
https://github.com/lancedikson/bowser
synced 2026-09-20 18:36:44 +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