Merge remote-tracking branch 'origin/master'

This commit is contained in:
Alexey Andreev 2015-01-29 19:11:16 +04:00
commit c0d28a236c

View File

@ -39,6 +39,9 @@ public interface KeyboardEvent extends Event {
@JSProperty
String getCode();
@JSProperty
int getCharCode();
@JSProperty
int getLocation();