Bug 1446975 fix eslint failure

MozReview-Commit-ID: D0DQxPo4Y4s
This commit is contained in:
Edouard Oger 2018-04-12 16:47:18 -04:00
parent f5f21328b5
commit f8584a9107

View File

@ -238,7 +238,7 @@ ClientEngine.prototype = {
return "desktop";
}
if (client.formfactor && client.formfactor.includes("tablet")) {
return "tablet"
return "tablet";
}
return "phone";
},