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
+1
View File
@@ -1,5 +1,6 @@
goog.provide('ol.renderer.dom.Map');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('goog.dom');
goog.require('goog.dom.TagName');