Skip to content

Commit 3eba098

Browse files
author
Greg Pfaff
committed
no message
1 parent 4ba905d commit 3eba098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01 - JavaScript Drum Kit/index-START.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h1>#JavaScript 30 Drum Example</h1>
6969
var self = this;
7070
drumEl.addEventListener('click', function(event) {
7171
console.log(event.target.getAttribute('data-key'));
72-
}.bind(this), false);
72+
}.bind(this));
7373
}
7474
</script>
7575

0 commit comments

Comments
 (0)