Merge pull request #2096 from fredj/unused-require

Remove unused goog.require
This commit is contained in:
Frédéric Junod
2014-05-21 17:36:29 +02:00
20 changed files with 0 additions and 21 deletions

View File

@@ -171,7 +171,6 @@ describe('ol.geom.GeometryCollection', function() {
});
goog.require('ol.Collection');
goog.require('ol.geom.Geometry');
goog.require('ol.geom.GeometryCollection');
goog.require('ol.geom.LineString');