()
| 36 | } |
| 37 | |
| 38 | componentWillUnmount () { |
| 39 | events.removeEventsFromDocument(this.getMouseEventMap()); |
| 40 | events.removeEventsFromDocument(this.getTouchEventMap()); |
| 41 | } |
| 42 | |
| 43 | getMouseEventMap () { |
| 44 | return { |
nothing calls this directly
no test coverage detected