Skip to content

Instantly share code, notes, and snippets.

@pjvds
Created September 15, 2014 17:58
Show Gist options
  • Save pjvds/093f9eb0e5e4379b860e to your computer and use it in GitHub Desktop.
Save pjvds/093f9eb0e5e4379b860e to your computer and use it in GitHub Desktop.
initialize: function() {
_.bindAll(this, 'detect_scroll');
// bind to window
$(window).scroll(this.detect_scroll);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment