Delete excess semicolon in 1.9.1 (Class basic syntax)
This commit is contained in:
parent
2d5be7b730
commit
0682ae7c65
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ function makeClass(phrase) {
|
||||||
return class {
|
return class {
|
||||||
sayHi() {
|
sayHi() {
|
||||||
alert(phrase);
|
alert(phrase);
|
||||||
};
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue