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

@@ -2,6 +2,7 @@ goog.provide('ol.BingMapsStyle');
goog.provide('ol.source.BingMaps');
goog.require('goog.Uri');
goog.require('goog.array');
goog.require('goog.events');
goog.require('goog.events.EventType');
goog.require('goog.net.Jsonp');