Add missing Closure Library requires

This commit is contained in:
Tom Payne
2013-04-05 22:10:16 +02:00
parent 12a6d6b43f
commit 4be8c991f7
76 changed files with 135 additions and 3 deletions

View File

@@ -3,11 +3,13 @@
goog.provide('ol.renderer.webgl.Map');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('goog.debug.Logger');
goog.require('goog.dom');
goog.require('goog.dom.TagName');
goog.require('goog.events');
goog.require('goog.events.Event');
goog.require('goog.object');
goog.require('goog.style');
goog.require('goog.webgl');
goog.require('ol.FrameState');