Capitalize event name

This commit is contained in:
Thomas Piccirello
2019-01-13 22:02:07 -08:00
parent 2f33ecf37b
commit 851c02acb0
10 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@
new Keyboard({
defaultEventType: 'keydown',
events: {
'enter': function(event) {
'Enter': function(event) {
$('renameButton').click();
event.preventDefault();
},