| 49 | The view should also call updateViewVisibleTimer after any time the visible premium feature may have changed. This function is idempotent. |
| 50 | */ |
| 51 | class ViewVisibleTimer extends CocoClass { |
| 52 | static initClass () { |
| 53 | this.prototype.subscriptions = { |
| 54 | 'view-visibility:away': 'onAway', |
nothing calls this directly
no outgoing calls
no test coverage detected