(t)
| 14184 | return this._el && this._el.firstChild; |
| 14185 | } |
| 14186 | origin(t) { |
| 14187 | return arguments.length |
| 14188 | ? ((this._origin = t || [0, 0]), this) |
| 14189 | : this._origin.slice(); |
| 14190 | } |
| 14191 | scene(t) { |
| 14192 | return arguments.length ? ((this._scene = t), this) : this._scene; |
| 14193 | } |
no outgoing calls
no test coverage detected