Changed if() to if ()

This commit is contained in:
Amaru8 2022-04-30 21:27:00 +02:00
parent 91ac19974c
commit 9c85fafd1d
22 changed files with 44 additions and 44 deletions

View file

@ -251,7 +251,7 @@ function simulateGamepad () {
cursorPos[1] -= cursorSpeed
// sounds.Hover.play()
// if(intTabIndex <= 0) {
// if (intTabIndex <= 0) {
// intTabIndex = 0
// }else{
// intTabIndex--
@ -263,7 +263,7 @@ function simulateGamepad () {
e.preventDefault()
cursorPos[1] += cursorSpeed
// if(intTabIndex < tabbable.length) {
// if (intTabIndex < tabbable.length) {
// intTabIndex++
// }else{
// intTabIndex = tabbable.length