()
| 123654 | }, |
| 123655 | // retrieve the current canvas context |
| 123656 | context () { |
| 123657 | return this._canvas.getContext("2d"); |
| 123658 | }, |
| 123659 | // supported events |
| 123660 | events: Events, |
| 123661 | // to keep old versions of firefox happy |
nothing calls this directly
no outgoing calls
no test coverage detected