1
0
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:
Denis Demchenko 2019-03-06 14:39:21 +02:00
parent c3c986c143
commit 31adae6a59

View File

@ -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],