(loop)
| 1126 | switchRight(loop) { return this.switch(Meta.MotionDirection.RIGHT, loop); } |
| 1127 | switchUp(loop) { return this.switch(Meta.MotionDirection.UP, loop); } |
| 1128 | switchDown(loop) { return this.switch(Meta.MotionDirection.DOWN, loop); } |
| 1129 | switch(direction, loop) { |
| 1130 | let space = this; |
| 1131 | let index = space.selectedIndex(); |
no test coverage detected