()
| 132 | } |
| 133 | |
| 134 | public getSettings(): ISettings { |
| 135 | const builtInSettings = this.getBuiltInSettings(); |
| 136 | return Object.assign({}, this.settings, builtInSettings); |
| 137 | } |
| 138 | |
| 139 | public applySettings(nextSettings: ISettings) { |
| 140 | const oldSettings = this.settings; |
no test coverage detected