Add missing requires to specs

This commit is contained in:
Tom Payne
2013-03-04 20:02:55 +01:00
parent e776371f54
commit df5f74b3c0
13 changed files with 21 additions and 1 deletions

View File

@@ -246,6 +246,9 @@ goog.require('ol.Collection');
goog.require('ol.Coordinate');
goog.require('ol.Map');
goog.require('ol.RendererHint');
goog.require('ol.RendererHints');
goog.require('ol.View2D');
goog.require('ol.interaction.DblClickZoom');
goog.require('ol.interaction.MouseWheelZoom');
goog.require('ol.layer.TileLayer');
goog.require('ol.source.XYZ');