mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Remove buggy getFirstMatch reference
This commit is contained in:
parent
c3c986c143
commit
31adae6a59
@ -569,23 +569,6 @@ const browsersList = [
|
||||
},
|
||||
},
|
||||
|
||||
/* PlayStation 4 */
|
||||
{
|
||||
test: [/playstation 4/i],
|
||||
describe(ua) {
|
||||
const browser = {
|
||||
name: 'PlayStation 4',
|
||||
};
|
||||
const version = getFirstMatch(commonVersionIdentifier, ua);
|
||||
|
||||
if (version) {
|
||||
browser.version = version;
|
||||
}
|
||||
|
||||
return browser;
|
||||
},
|
||||
},
|
||||
|
||||
/* Safari */
|
||||
{
|
||||
test: [/safari|applewebkit/i],
|
||||
|
Loading…
Reference in New Issue
Block a user