remove codesandbox specific line
This commit is contained in:
parent
429fcaf05a
commit
2a0d8c3f77
1 changed files with 0 additions and 2 deletions
|
|
@ -17,8 +17,6 @@ const pattern = mini('a [b c*2]');
|
|||
|
||||
const events = pattern.firstCycle().map((e) => e.show());
|
||||
console.log(events);
|
||||
|
||||
document.getElementById('app').innerHTML = events.join('<br/>');
|
||||
```
|
||||
|
||||
yields:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue