KennethSundqvist / key-jump-browser-extension

Easier keyboard navigation. No mouse needed to click on links and stuff.
67 stars 14 forks source link

canTypeInElement breaks if element is undefined #27

Closed KennethSundqvist closed 10 years ago

KennethSundqvist commented 10 years ago

This line breaks if "el" is undefined:

tagName = el.tagName.toLocaleLowerCase();