Skip to content

Commit 2856585

Browse files
committed
fix typo from 62662b6
1 parent 4af80cc commit 2856585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/atoms/test/keyboard_test.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
function testControl() {
159159
return assertKeyEvents(bot.Keyboard.Keys.CONTROL, false, {
160160
GECKO: {downUp: {key: 17, char: 0}, press: U},
161-
IE: {downUp: {key: 17, char: U}, press: U}
161+
IE: {downUp: {key: 17, char: U}, press: U},
162162
WEBKIT: {downUp: {key: 17, char: 0}, press: U}
163163
});
164164
}

0 commit comments

Comments
 (0)