Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(constants): add semicolon keycode
Browse files Browse the repository at this point in the history
Fixes #7228.
  • Loading branch information
ThomasBurleson committed Feb 27, 2016
1 parent 08bf4f9 commit 1aa98f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/util/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function MdConstantFactory($sniffer) {
return {
KEY_CODE: {
COMMA: 188,
SEMICOLON : 186,
ENTER: 13,
ESCAPE: 27,
SPACE: 32,
Expand Down

0 comments on commit 1aa98f9

Please sign in to comment.