This commit is contained in:
Ilya Kantor 2017-06-14 10:36:02 +03:00
commit 2f0261b375
27 changed files with 42 additions and 42 deletions

View file

@ -114,7 +114,7 @@ class User {
constructor(name) {
// invokes the setter
this.name = name;
this._name = name;
}
*!*