(t)
| 14277 | return this._el && this._el.firstChild; |
| 14278 | } |
| 14279 | background(t) { |
| 14280 | return 0 === arguments.length |
| 14281 | ? this._bgcolor |
| 14282 | : ((this._bgcolor = t), this); |
| 14283 | } |
| 14284 | resize(t, e, n, r) { |
| 14285 | return ( |
| 14286 | (this._width = t), |
no outgoing calls
no test coverage detected