Evitando rolagem elástica

$(window).on 'touchmove', (e) ->
e
.preventDefault()

$
(window).scroll (e) =>
if $(window).scrollTop() < 2
$
(window).scrollTop(1)