Skip to content

Instantly share code, notes, and snippets.

@aroman
Created July 17, 2012 21:08
Show Gist options
  • Save aroman/3132086 to your computer and use it in GitHub Desktop.
Save aroman/3132086 to your computer and use it in GitHub Desktop.
$(window).resize(_.throttle () ->
if router.current_view
router.current_view.scrollBottom()
, 100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment