Skip to content

Commit a634bf7

Browse files
committed
Explicitly require goog.events.BrowserEvent.
It is referenced in a type annotation.
1 parent 55ed929 commit a634bf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/atoms/events.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ goog.require('bot.ErrorCode');
3636
goog.require('bot.userAgent');
3737
goog.require('goog.array');
3838
goog.require('goog.dom');
39+
goog.require('goog.events.BrowserEvent');
3940
goog.require('goog.style');
4041
goog.require('goog.userAgent');
4142
goog.require('goog.userAgent.product');

0 commit comments

Comments
 (0)