mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
Merge remote-tracking branch 'origin/master' into new-contacts
This commit is contained in:
@@ -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];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user