More goog.requires fixes

This commit is contained in:
ahocevar
2013-02-06 16:36:42 +01:00
parent a13e6bdfda
commit 619803cdeb
6 changed files with 1 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ goog.require('goog.style');
goog.require('goog.vec.Mat4');
goog.require('ol.Size');
goog.require('ol.layer.TileLayer');
goog.require('ol.layer.Vector');
goog.require('ol.renderer.Map');
goog.require('ol.renderer.canvas.TileLayer');
goog.require('ol.renderer.canvas.VectorLayer');