Assorted missing requires

This commit is contained in:
Tim Schaub
2016-08-09 00:58:00 -06:00
parent 4e7e0e5324
commit 274b7285f3
12 changed files with 18 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
goog.provide('ol.tilegrid');
goog.require('ol');
goog.require('ol.size');
goog.require('ol.extent');
goog.require('ol.extent.Corner');
goog.require('ol.obj');

View File

@@ -1,6 +1,7 @@
goog.provide('ol.tilegrid.TileGrid');
goog.require('ol');
goog.require('ol.asserts');
goog.require('ol.TileRange');
goog.require('ol.array');
goog.require('ol.extent');