[TIMOB-6217] MobileWeb: Implement Event API
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2011-12-14T11:37:49.000+0000 |
| Affected Version/s | Release 1.8.0.1 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | stage |
| Reporter | Chris Barber |
| Assignee | Bryan Hughes |
| Created | 2011-11-17T13:01:11.000+0000 |
| Updated | 2014-01-28T23:57:35.000+0000 |
Description
Make sure all custom events that are fired have a type and source.
fireEvent() will assign the type automatically and if a source isn't specified, it will use the current object that fireEvent() was called on.