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,6 @@
goog.provide('ol.source.TileImage');
goog.require('ol');
goog.require('ol.ImageTile');
goog.require('ol.TileCache');
goog.require('ol.TileState');