fix(jqLite): support unbind self within handler
If an event handler unbinds itself, the next event handler on the same event and element doesn't get executed. This works fine in jQuery, and since jqLite doesn't support .one, this might be a common use case.
C
Chris Chua committed
2f91cfd0d2986899c38641100c1851b2f9d3888a
Parent: d5c5e2b
Committed by Vojta Jina <vojta.jina@gmail.com>
on 12/17/2013, 12:39:13 AM