mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-23 21:50:10 +08:00
Make _community non-enumerable on CConfirmation
This commit is contained in:
parent
575c196cb7
commit
153011e1c9
@ -1,7 +1,7 @@
|
||||
module.exports = CConfirmation;
|
||||
|
||||
function CConfirmation(community, data) {
|
||||
this._community = community;
|
||||
Object.defineProperty(this, "_community", {"value": community});
|
||||
|
||||
this.id = data.id;
|
||||
this.key = data.key;
|
||||
|
Loading…
Reference in New Issue
Block a user