(e)
| 2236 | } |
| 2237 | |
| 2238 | onClickClearStorage (e) { |
| 2239 | localStorage.clear() |
| 2240 | noty({ |
| 2241 | text: 'Local storage cleared. Reload to view the original campaign.', |
| 2242 | layout: 'topCenter', |
| 2243 | timeout: 5000, |
| 2244 | type: 'information', |
| 2245 | }) |
| 2246 | } |
| 2247 | |
| 2248 | updateHero () { |
| 2249 | const hero = me.get('heroConfig')?.thangType |
nothing calls this directly
no outgoing calls
no test coverage detected