Skip to content

Commit

Permalink
modify isEnter
Browse files Browse the repository at this point in the history
  • Loading branch information
g.satoh committed Feb 13, 2017
1 parent fc1f755 commit 0c8cb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_isEnter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default function _isEnter(keycode){
return keyCode == 13;
return keycode == 13;
}

0 comments on commit 0c8cb22

Please sign in to comment.