()
| 1187 | switchGlobalRight() { this.switchGlobal(Meta.MotionDirection.RIGHT); } |
| 1188 | switchGlobalUp() { this.switchGlobal(Meta.MotionDirection.UP); } |
| 1189 | switchGlobalDown() { this.switchGlobal(Meta.MotionDirection.DOWN); } |
| 1190 | switchGlobal(direction) { |
| 1191 | let space = this; |
| 1192 | let index = space.selectedIndex(); |
no test coverage detected