This commit is contained in:
Matt Basta 2013-12-05 18:32:17 -08:00
Родитель 86eca787bb
Коммит e24a38fd19
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -31,7 +31,7 @@ define('capabilities', [], function() {
// True if the login should inherit mobile behaviors such as allowUnverified.
// The _shimmed check is for B2G where identity is native (not shimmed).
static_caps.mobileLogin = static_caps.persona && (!navigator.id._shimmed || static_caps.firefoxAndroid);;
static_caps.mobileLogin = static_caps.persona && (!navigator.id._shimmed || static_caps.firefoxAndroid);
static_caps.device_type = function() {
if (static_caps.firefoxOS) {