Skip to content

Commit

Permalink
Explicitly require goog.events.BrowserEvent.
Browse files Browse the repository at this point in the history
It is referenced in a type annotation.
  • Loading branch information
juangj committed Mar 10, 2017
1 parent 55ed929 commit a634bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/atoms/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ goog.require('bot.ErrorCode');
goog.require('bot.userAgent');
goog.require('goog.array');
goog.require('goog.dom');
goog.require('goog.events.BrowserEvent');
goog.require('goog.style');
goog.require('goog.userAgent');
goog.require('goog.userAgent.product');
Expand Down

0 comments on commit a634bf7

Please sign in to comment.