run eslint to fix most var instances
This commit is contained in:
@@ -78,7 +78,7 @@ function getDeviceId() {
|
||||
}
|
||||
|
||||
function getDeviceName() {
|
||||
var deviceName;
|
||||
let deviceName;
|
||||
if (browser.tizen) {
|
||||
deviceName = 'Samsung Smart TV';
|
||||
} else if (browser.web0s) {
|
||||
|
||||
Reference in New Issue
Block a user