Correct requires for goog.events

This commit is contained in:
Neil Fraser
2018-06-29 12:43:58 -07:00
committed by Neil Fraser
parent 67a18036d0
commit 8f7674ea08
6 changed files with 2 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ goog.provide('Blockly.ScrollbarPair');
goog.require('Blockly.utils');
goog.require('goog.dom');
goog.require('goog.events');
goog.require('goog.events.BrowserFeature');
/**