Skip to content

Commit

Permalink
fix typo from 62662b6
Browse files Browse the repository at this point in the history
  • Loading branch information
sevaseva committed Mar 3, 2015
1 parent 4af80cc commit 2856585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/atoms/test/keyboard_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
function testControl() {
return assertKeyEvents(bot.Keyboard.Keys.CONTROL, false, {
GECKO: {downUp: {key: 17, char: 0}, press: U},
IE: {downUp: {key: 17, char: U}, press: U}
IE: {downUp: {key: 17, char: U}, press: U},
WEBKIT: {downUp: {key: 17, char: 0}, press: U}
});
}
Expand Down

0 comments on commit 2856585

Please sign in to comment.