Skip to content

Instantly share code, notes, and snippets.

@mchamplain
Created March 16, 2012 12:58
Show Gist options
  • Save mchamplain/2049982 to your computer and use it in GitHub Desktop.
Save mchamplain/2049982 to your computer and use it in GitHub Desktop.
aspect.before(win.body(), (!has("mozilla") ? "onmousewheel" : "DOMMouseScroll"), function () {
// scrolling
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment