mirror of https://github.com/toddmotto/echo.git
Browse Source
Directly writing to window.onscroll will break any other code run before this that writes to that location and will be broken by any other code that runs after this that writes to that location. Replacing with addEventListener (shimmed for IE8) so that N listeners can be on window.onscrollpull/14/head
Michael Cordingley
11 years ago
1 changed files with 16 additions and 1 deletions
Loading…
Reference in new issue