Skip to content

Commit fa508d3

Browse files
corevobarancev
authored andcommitted
Added missing goog require
Signed-off-by: Alexei Barantsev <barancev@gmail.com>
1 parent 0e89378 commit fa508d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/atoms/keyboard.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ goog.require('bot.Error');
2929
goog.require('bot.ErrorCode');
3030
goog.require('bot.dom');
3131
goog.require('bot.events.EventType');
32+
goog.require('bot.userAgent');
3233
goog.require('goog.array');
3334
goog.require('goog.dom.TagName');
3435
goog.require('goog.dom.selection');

0 commit comments

Comments
 (0)