Add missing goog.requires

This commit is contained in:
Tom Payne
2013-01-29 15:42:52 +01:00
parent c9e8a92265
commit e6eb401e36
29 changed files with 72 additions and 2 deletions

View File

@@ -5,6 +5,10 @@ goog.require('goog.dom');
goog.require('goog.dom.TagName');
goog.require('goog.events');
goog.require('goog.style');
goog.require('ol.Coordinate');
goog.require('ol.MapBrowserEvent');
goog.require('ol.MapBrowserEvent.EventType');
goog.require('ol.Pixel');
goog.require('ol.Size');
goog.require('ol.control.Control');