(store)
| 4 | |
| 5 | export default class SuperflowTracker extends BaseTracker { |
| 6 | constructor (store) { |
| 7 | super() |
| 8 | |
| 9 | this.store = store |
| 10 | } |
| 11 | |
| 12 | get isSuperflowEnabled () { |
| 13 | return getQueryVariable('review') |
nothing calls this directly
no outgoing calls
no test coverage detected