(event)
| 21494 | var _element = null; |
| 21495 | // remember the clientY for future calls of _preventOverscrolling |
| 21496 | var _saveClientY = function(event) { |
| 21497 | if (event.targetTouches.length === 1) _previousClientY = event.targetTouches[0].clientY; |
| 21498 | }; |
| 21499 | // prevent the body from scrolling when the user attempts |
| 21500 | // to scroll past the top or bottom of the element |
| 21501 | var _preventOverscrolling = function(event) { |
nothing calls this directly
no outgoing calls
no test coverage detected