Rename KeyMap to Keymap

This commit is contained in:
József Farkas
2016-05-23 19:05:17 +02:00
parent dc280dae4c
commit 0725428309
8 changed files with 38 additions and 38 deletions

View File

@@ -61,7 +61,7 @@ export class MainAppComponent implements OnInit, AfterViewInit {
}
ngOnInit() {
this.layers = this.uhkConfigurationService.getUhkConfiguration().keyMaps.elements[0].layers;
this.layers = this.uhkConfigurationService.getUhkConfiguration().keymaps.elements[0].layers;
}
ngAfterViewInit() {