Add missing dependencies on goog.array

This commit is contained in:
Tom Payne
2013-01-20 22:25:28 +01:00
parent a51cd3b9bd
commit 386bb636bb
11 changed files with 11 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
goog.provide('ol.TileUrlFunction');
goog.provide('ol.TileUrlFunctionType');
goog.require('goog.array');
goog.require('goog.math');
goog.require('goog.uri.utils');
goog.require('ol.TileCoord');