Better const name
parent
0f34f8b494
commit
1fca3f6606
|
@ -29,7 +29,7 @@ class Signup {
|
||||||
class Register extends Signup {
|
class Register extends Signup {
|
||||||
constructor(hsUrl, isUrl) {
|
constructor(hsUrl, isUrl) {
|
||||||
super(hsUrl, isUrl);
|
super(hsUrl, isUrl);
|
||||||
this._state = "start";
|
this._state = "Register.START";
|
||||||
}
|
}
|
||||||
|
|
||||||
getState() {
|
getState() {
|
||||||
|
|
Loading…
Reference in New Issue