rework transitions

This commit is contained in:
Luke Pulverenti 2016-05-23 23:06:51 -04:00
parent 5d1cf10d82
commit 5a13f0c6dd
6 changed files with 69 additions and 58 deletions

View file

@ -151,6 +151,11 @@ define(['browser'], function (browser) {
function getMaxBitrate() {
// 10mbps
if (browser.xboxOne) {
return 10000000;
}
var userAgent = navigator.userAgent.toLowerCase();
if (browser.tizen) {