Add missing provide and require for ol.geom

This commit is contained in:
Tim Schaub
2013-08-30 13:32:04 -06:00
parent 58fe110419
commit 33f4d1e0ee
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
goog.provide('ol.geom');
goog.require('ol.coordinate');