mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
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];
|
||||
};
|
||||
|
||||
descriptor.get = function(...args: any[]) {
|
||||
descriptor.set = function(...args: any[]) {
|
||||
return this._objectInstance[key] = args[0];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user