()
| 96 | // setTimeout f, 40000 |
| 97 | |
| 98 | destroy () { |
| 99 | __guardMethod__(this.rasterImage, 'off', o => o.off()) |
| 100 | return super.destroy() |
| 101 | } |
| 102 | |
| 103 | resetRawData () { |
| 104 | return this.set('raw', { shapes: {}, containers: {}, animations: {} }) |
no test coverage detected