* @target web
(json: SettingsJson)
| 73 | * @target web |
| 74 | */ |
| 75 | public fillFromJson(json: SettingsJson): void { |
| 76 | SettingsSerializer.fromJson(this, json); |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * handles backwards compatibility aspects on the settings, removed in 2.0 |
no test coverage detected