Fix type lost caused by incorrect inheritance of ClassArray

This commit is contained in:
József Farkas
2016-04-23 23:45:05 +02:00
parent 5a123d55c2
commit b9b2fcbf84
14 changed files with 32 additions and 38 deletions

View File

@@ -13,7 +13,7 @@ export class KeyMap extends Serializable<KeyMap> {
isDefault: boolean;
layers: Serializable<Layers>;
layers: Layers;
_fromJsObject(jsObject: any): KeyMap {
this.id = jsObject.id;