mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Expanded test coverage for utils.js
This commit is contained in:
@@ -303,7 +303,7 @@ export default class Utils {
|
||||
* @param {string} browserName
|
||||
* @return {string}
|
||||
*/
|
||||
static getBrowserTypeByAlias(browserAlia) {
|
||||
return BROWSER_MAP[browserAlia] || '';
|
||||
static getBrowserTypeByAlias(browserAlias) {
|
||||
return BROWSER_MAP[browserAlias] || '';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user