Merge remote-tracking branch 'origin/master' into new-contacts
This commit is contained in:
commit
264c85cfba
@ -328,7 +328,7 @@ export function InstanceProperty(target: Function, key: string, descriptor: Type
|
|||||||
return this._objectInstance[key];
|
return this._objectInstance[key];
|
||||||
};
|
};
|
||||||
|
|
||||||
descriptor.get = function(...args: any[]) {
|
descriptor.set = function(...args: any[]) {
|
||||||
return this._objectInstance[key] = args[0];
|
return this._objectInstance[key] = args[0];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user