alicelieutier / smoothScroll

A teeny tiny smooth scroll script with ease-in-out effect and no jQuery.
MIT License
537 stars 128 forks source link

empty anchors are not affected #9

Closed shlajin closed 9 years ago

shlajin commented 9 years ago

Hello!

If page has a link with href="#" – the script will pick it and process the click. Unfortunately, this will result in error (visible in console)

Uncaught TypeError: Cannot read property 'nodeName' of null

This PR adds a rule to ignore empty anchors to prevent this error.

Thanks!

alicelieutier commented 9 years ago

Thanks, this is great !