(e)
| 130 | } |
| 131 | |
| 132 | onClickTrackEvent (e) { |
| 133 | let properties |
| 134 | if (__guard__($(e.target), x => x.hasClass('track-ab-result'))) { |
| 135 | properties = { trackABResult: true } |
| 136 | } |
| 137 | return this.homePageEvent($(e.target).data('event-action'), properties || {}) |
| 138 | } |
| 139 | |
| 140 | // Provides a uniform interface for collecting information from the homepage. |
| 141 | // Always provides the category Homepage and includes the user role. |
nothing calls this directly
no test coverage detected