mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix lint
This commit is contained in:
parent
145324a209
commit
f8c544c1cf
1 changed files with 1 additions and 2 deletions
|
@ -256,8 +256,7 @@ require(['apphost'], function (appHost) {
|
|||
var gamepads = navigator.getGamepads();
|
||||
for (var i = 0, len = gamepads.length; i < len; i++) {
|
||||
var gamepad = gamepads[i];
|
||||
if (!gamepad)
|
||||
{
|
||||
if (!gamepad) {
|
||||
return;
|
||||
}
|
||||
// Iterate through the axes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue