closes #128
This commit is contained in:
parent
e0599d4580
commit
a0cf28ba14
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class User {
|
|||
|
||||
constructor(name) {
|
||||
// invokes the setter
|
||||
this._name = name;
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
*!*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue