Hacker News new | ask | show | jobs
by lukashed 4634 days ago
As many pointed out, I was wrong. An empty return doesn't equal a false return.

Neither does jQuery interpret a return of undefined as a stopPropagation, as this fiddle shows:

http://jsfiddle.net/6UGN8/

1 comments

Have you been explicitly returning true all this time?