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

@@ -3,6 +3,7 @@
goog.provide('ol.control.MousePosition');
goog.require('goog.array');
goog.require('goog.dom');
goog.require('goog.events');
goog.require('goog.events.EventType');