Add goog.provide('ol.geom.GeometryType')

This commit is contained in:
oterral
2014-01-10 13:53:43 +01:00
parent 1f0183cc03
commit 235af49f0b
12 changed files with 12 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
goog.provide('ol.geom.Geometry');
goog.provide('ol.geom.GeometryType');
goog.require('goog.asserts');
goog.require('goog.events.EventType');