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

@ -29,6 +29,7 @@
goog.provide('Blockly.Field');
goog.require('goog.asserts');
goog.require('goog.dom');
goog.require('goog.math.Size');
goog.require('goog.userAgent');