Skip to content

Commit

Permalink
Update proxy6.js
Browse files Browse the repository at this point in the history
lol typos
  • Loading branch information
masudhossain authored Apr 27, 2023
1 parent 6731d3b commit 3de5026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy6.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function addCircle(x,y,element, event) {
x: document.getElementById('q-circle').dataset.x,
y: document.getElementById('q-circle').dataset.y,
url: document.getElementById('q-circle').dataset.url,
scrollFromTop: window.pageYOffset || document.documentElement.scrollTop;
scrollFromTop: window.pageYOffset || document.documentElement.scrollTop
},
eventClientX: event.clientX,
eventClientY: event.clientY
Expand Down

0 comments on commit 3de5026

Please sign in to comment.