We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
See this jsfiddle that illustrates the problem:
http://jsfiddle.net/3ma7a/1/
The reason is because our event handler is attached to the document and we just pass event.currentTarget instead of properly finding the right one.