()
| 248 | } |
| 249 | |
| 250 | function getSizes() { |
| 251 | return elements.map(function (element) { return element.size; }) |
| 252 | } |
| 253 | |
| 254 | // Supports touch events, but not multitouch, so only the first |
| 255 | // finger `touches[0]` is counted. |
no outgoing calls
no test coverage detected