()
| 226 | } |
| 227 | |
| 228 | public finalize() { |
| 229 | if (this.viewer) this.viewer.finalize(); |
| 230 | } |
| 231 | |
| 232 | public updateViewerOptions(viewerOptions: Partial<SandDance.types.ViewerOptions>) { |
| 233 | this.viewerOptions = { |
no outgoing calls
no test coverage detected