fix typo: missing semicolon after let ladder = { }
This commit is contained in:
parent
97ef86242f
commit
526b216871
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ let ladder = {
|
||||||
return this;
|
return this;
|
||||||
*/!*
|
*/!*
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
ladder.up().up().down().up().down().showStep(); // 1
|
ladder.up().up().down().up().down().showStep(); // 1
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue