зеркало из https://github.com/mozilla/commonplace.git
Remove extra semicolon. >:(
This commit is contained in:
Родитель
86eca787bb
Коммит
e24a38fd19
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче