Skip to content

Commit fa781b6

Browse files
committed
erasing unnecessary white space
1 parent 95081ed commit fa781b6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

renderer-process/windows/using-window-events.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,4 @@ manageWindowBtn.addEventListener('click', () => {
2727
focusModalBtn.classList.add('disappear')
2828
focusModalBtn.classList.remove('smooth-appear')
2929
}
30-
})
31-
32-
33-
30+
})

sections/windows/windows.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ <h2>ProTip</h2>
5454
</div>
5555
<p>In this demo we create a new window and listen for <code>move</code> and <code>resize</code> events on it. Click the demo button, change the new window and see the dimensions and position update here, above.</p>
5656
<p>There are a lot of methods for controlling the state of the window such as the size, location, and focus status as well as events to listen to for window changes. Visit the <a href="http://electron.atom.io/docs/api/browser-window">documentation<span class="u-visible-to-screen-reader">(opens in new window)</span></a> for the full list.</p>
57-
5857
<h5>Renderer Process</h5>
5958
<pre><code data-path="renderer-process/windows/manage-window.js"></pre></code>
6059
</div>

0 commit comments

Comments
 (0)