Flickable.js
Flickable.js copied to clipboard
Using triggerHandler instead of trigger
I may be wrong, but if a flickable element resides inside of another the inner will flick the outer. This is caused by the use of trigger and bubbling.
element.trigger('onFlick') will also trigger onFlick on every parent until HTML, if I am not completely mistaken.