More goog.requires fixes

This commit is contained in:
ahocevar
2013-02-06 16:36:42 +01:00
parent a13e6bdfda
commit 619803cdeb
6 changed files with 1 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
goog.provide('ol.geom.LineString');
goog.require('goog.asserts');
goog.require('goog.vec.Float64Array');
goog.require('ol.Extent');
goog.require('ol.geom.CoordinateArray');
goog.require('ol.geom.Geometry');