Add missing requires

Without explicit requires, it is possible that a build would exclude ol.js.
This commit is contained in:
Tim Schaub
2014-04-30 08:37:52 -06:00
parent 3f0da11008
commit cec41c4b0a
10 changed files with 10 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ goog.require('goog.asserts');
goog.require('goog.dom');
goog.require('goog.style');
goog.require('goog.vec.Mat4');
goog.require('ol');
goog.require('ol.css');
goog.require('ol.dom');
goog.require('ol.layer.Image');

View File

@@ -5,6 +5,7 @@ goog.require('goog.dom');
goog.require('goog.dom.TagName');
goog.require('goog.functions');
goog.require('goog.style');
goog.require('ol');
goog.require('ol.css');
goog.require('ol.layer.Image');
goog.require('ol.layer.Tile');

View File

@@ -10,6 +10,7 @@ goog.require('goog.dom.TagName');
goog.require('goog.object');
goog.require('goog.style');
goog.require('goog.vec.Mat4');
goog.require('ol');
goog.require('ol.Coordinate');
goog.require('ol.Tile');
goog.require('ol.TileCoord');

View File

@@ -13,6 +13,7 @@ goog.require('goog.log.Logger');
goog.require('goog.object');
goog.require('goog.style');
goog.require('goog.webgl');
goog.require('ol');
goog.require('ol.Tile');
goog.require('ol.css');
goog.require('ol.dom');