update shared components

This commit is contained in:
Luke Pulverenti 2016-09-03 13:58:23 -04:00
parent 7919964805
commit bb00365b5d
12 changed files with 92 additions and 32 deletions

View file

@ -144,10 +144,6 @@
browser[matched.platform] = true;
}
if (!browser.chrome && !browser.msie && !browser.edge && !browser.opera && userAgent.toLowerCase().indexOf("webkit") != -1) {
browser.safari = true;
}
if (userAgent.toLowerCase().indexOf("playstation 4") != -1) {
browser.ps4 = true;
browser.tv = true;