()
| 50 | } |
| 51 | |
| 52 | initialize () { |
| 53 | super.initialize() |
| 54 | |
| 55 | this.publicClansArray = [] |
| 56 | this.myClansArray = [] |
| 57 | this.idNameMap = {} |
| 58 | } |
| 59 | |
| 60 | destroy () { |
| 61 | if (typeof this.stopListening === 'function') { |
nothing calls this directly
no outgoing calls
no test coverage detected