Improve accuracy of goog.require calls.

This commit is contained in:
Neil Fraser 2015-02-06 15:27:25 -08:00
parent 0c0258c833
commit c9addf7e31
29 changed files with 173 additions and 146 deletions

View file

@ -27,6 +27,8 @@
goog.provide('Blockly.Toolbox');
goog.require('Blockly.Flyout');
goog.require('goog.dom');
goog.require('goog.events');
goog.require('goog.events.BrowserFeature');
goog.require('goog.html.SafeHtml');
goog.require('goog.math.Rect');