Adding missing and removing unused goog.requires

This commit is contained in:
ahocevar
2013-02-06 16:26:24 +01:00
11 changed files with 29 additions and 16 deletions

View File

@@ -3,6 +3,7 @@ goog.provide('ol.geom.MultiPoint');
goog.require('goog.asserts');
goog.require('ol.geom.CoordinateArray');
goog.require('ol.geom.GeometryCollection');
goog.require('ol.geom.GeometryType');
goog.require('ol.geom.Point');