We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba905d commit 3eba098Copy full SHA for 3eba098
01 - JavaScript Drum Kit/index-START.html
@@ -69,7 +69,7 @@ <h1>#JavaScript 30 Drum Example</h1>
69
var self = this;
70
drumEl.addEventListener('click', function(event) {
71
console.log(event.target.getAttribute('data-key'));
72
- }.bind(this), false);
+ }.bind(this));
73
}
74
</script>
75
0 commit comments