(container)
| 85 | } |
| 86 | } |
| 87 | isSelected(container) { |
| 88 | return false; |
| 89 | } |
| 90 | onMouseEntered(container, x, y) { |
| 91 | application.cursor = cursors.arrow; |
| 92 | this.changeState(container, this.isSelected(container) ? 0 : 2); |
no outgoing calls
no test coverage detected