* Sets cursor before current
()
| 93 | * Sets cursor before current |
| 94 | */ |
| 95 | public previous(): void { |
| 96 | this.cursor = this.leafNodesAndReturnIndex(DomIterator.directions.LEFT); |
| 97 | } |
| 98 | |
| 99 | /** |
| 100 | * Sets cursor to the default position and removes CSS-class from previously focused item |
no test coverage detected