Change browser name to lowercase

This commit is contained in:
Mészáros Mihály
2020-04-22 12:26:35 +02:00
parent 5e3f50c052
commit 1ea330059e
+1 -1
View File
@@ -26,7 +26,7 @@ export default function()
flag,
os : browser.getOSName(true), // ios, android, linux...
platform : browser.getPlatformType(true), // mobile, desktop, tablet
name : browser.getBrowserName(),
name : browser.getBrowserName(true),
version : browser.getBrowserVersion(),
bowser : browser
};