Skip to content

Commit

Permalink
Remove buggy getFirstMatch reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lancedikson committed Mar 6, 2019
1 parent c3c986c commit 31adae6
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/parser-browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 31adae6

Please sign in to comment.