Skip to content

Instantly share code, notes, and snippets.

@gabriel403
Created September 3, 2013 10:49
Show Gist options
  • Save gabriel403/6422364 to your computer and use it in GitHub Desktop.
Save gabriel403/6422364 to your computer and use it in GitHub Desktop.
if (e instanceof KeyboardEvent) {
if (e.keyCode != keys.ENTER) {
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment