new Event(type, e, attrs)
Parameters:
Name | Type | Description |
---|---|---|
type |
string | required. Event type. |
e |
Event | optinal. original event, Usually it is the touchend/mouseup event. |
attrs |
Object | optional. Add some additional attributes for this event. |
- Source:
- gesture.js, line 598