Change else{ to else {
This commit is contained in:
parent
422c869568
commit
48cce96bea
10 changed files with 16 additions and 16 deletions
|
@ -253,7 +253,7 @@ function simulateGamepad () {
|
|||
// sounds.Hover.play()
|
||||
// if (intTabIndex <= 0) {
|
||||
// intTabIndex = 0
|
||||
// } else{
|
||||
// } else {
|
||||
// intTabIndex--
|
||||
// }
|
||||
// $(tabbable[intTabIndex]).focus()
|
||||
|
@ -265,7 +265,7 @@ function simulateGamepad () {
|
|||
cursorPos[1] += cursorSpeed
|
||||
// if (intTabIndex < tabbable.length) {
|
||||
// intTabIndex++
|
||||
// } else{
|
||||
// } else {
|
||||
// intTabIndex = tabbable.length
|
||||
// }
|
||||
// $(tabbable[intTabIndex]).focus()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue