event.isImmediatePropagationStopped
event.isImmediatePropagationStopped() ⇒ boolean
Returns true if stopImmediatePropagation()
was called for this event instance.
Zepto implements the native method in browsers that don't support it (e.g. old
versions of Android).