This commit is contained in:
Ilya Kantor 2017-08-13 21:42:16 +02:00
parent e0599d4580
commit a0cf28ba14

View file

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