(e)
| 184 | } |
| 185 | |
| 186 | onClickTrackEvent (e) { |
| 187 | return this.homePageEvent($(e.target).data('event-action'), {}) |
| 188 | } |
| 189 | |
| 190 | // Provides a uniform interface for collecting information from the homepage. |
| 191 | // Always provides the category Homepage and includes the user role. |
nothing calls this directly
no test coverage detected