Merge pull request #2238 from vsemozhetbyt/patch-10
Delete excess semicolon in 1.9.1 (Class basic syntax)
This commit is contained in:
commit
a6f101c507
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ function makeClass(phrase) {
|
|||
return class {
|
||||
sayHi() {
|
||||
alert(phrase);
|
||||
};
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue