Skip to content

Commit 6297267

Browse files
authored
Removed comments
1 parent 2ffef62 commit 6297267

File tree

1 file changed

+0
-4
lines changed
  • Assignment 6.3/Finished Code

1 file changed

+0
-4
lines changed

Assignment 6.3/Finished Code/main.js

-4
Original file line numberDiff line numberDiff line change
@@ -617,10 +617,6 @@ function addClickListeners() {
617617
}
618618

619619
function handleEvent(e) {
620-
// if (e.click) {
621-
// e.preventDefault();
622-
// // e = e.click;
623-
// }
624620
let currentColor = pickColor.current();
625621
let nextColor = pickColor.next();
626622
let targetR = calcPageFillRadius(e.pageX, e.pageY);

0 commit comments

Comments
 (0)