Assorted missing requires

This commit is contained in:
Tim Schaub
2016-08-12 07:22:28 -06:00
parent 3afb42828f
commit 9d276982b5
57 changed files with 96 additions and 34 deletions

View File

@@ -1,9 +1,10 @@
goog.provide('ol.source.TileArcGISRest');
goog.require('ol');
goog.require('ol.asserts');
goog.require('ol.extent');
goog.require('ol.obj');
goog.require('ol.math');
goog.require('ol.obj');
goog.require('ol.size');
goog.require('ol.source.TileImage');
goog.require('ol.tilecoord');