Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0bae060

Browse files
author
Brian Lister
authoredApr 21, 2024
fix: remove superfluous line of code in solution (TheOdinProject#528)
1 parent 77d8b50 commit 0bae060

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎animation/02-pop-up/solution/solution.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const openButton = document.getElementById('trigger-modal');
22
const closeButton = document.getElementById('close-modal');
3-
const backdrop = document.getElementById('backdrop')
43

54
function toggleModal() {
65
const modalDiv = document.querySelector('.popup-modal');

0 commit comments

Comments
 (0)
Failed to load comments.