()
| 101 | } |
| 102 | }, |
| 103 | end() { |
| 104 | subscriptions.forEach(x => x.unsubscribe()); |
| 105 | touchStart.unsubscribe(); |
| 106 | touchMove.unsubscribe(); |
| 107 | touchEnd.unsubscribe(); |
| 108 | touchPress.unsubscribe(); |
| 109 | longTouch.unsubscribe(); |
| 110 | } |
| 111 | }; |
| 112 | }; |
| 113 | }; |
nothing calls this directly
no test coverage detected