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.renderer.canvas.Map');
goog.require('goog.array');
goog.require('goog.dom');
goog.require('goog.style');
goog.require('goog.vec.Mat4');