Skip to content

Commit

Permalink
fix multiple blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Nov 14, 2022
1 parent 0608100 commit d95a3e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions files/en-us/learn/javascript/building_blocks/events/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ Event capture is disabled by default. To enable it you have to pass the `capture

This example is just like the [bubbling example](#Bubbling_example) we saw earlier, except that we have used the `capture` option:


```html
<body>
<div id="container">
Expand All @@ -688,7 +687,6 @@ This example is just like the [bubbling example](#Bubbling_example) we saw earli
</body>
```


```js
const output = document.querySelector('#output');
function handleClick(e) {
Expand Down

0 comments on commit d95a3e3

Please sign in to comment.