Making the linter happy

This commit is contained in:
ahocevar
2013-02-15 17:44:09 +01:00
parent 8c03abdaa2
commit 59fe714fa6
2 changed files with 9 additions and 6 deletions
+1
View File
@@ -8,6 +8,7 @@ goog.require('ol.filter.Extent');
goog.require('ol.filter.Filter'); goog.require('ol.filter.Filter');
goog.require('ol.filter.Geometry'); goog.require('ol.filter.Geometry');
goog.require('ol.filter.Logical'); goog.require('ol.filter.Logical');
goog.require('ol.filter.LogicalOperator');
goog.require('ol.geom.GeometryType'); goog.require('ol.geom.GeometryType');
goog.require('ol.source.TileSource'); goog.require('ol.source.TileSource');
goog.require('ol.structs.RTree'); goog.require('ol.structs.RTree');
+3 -1
View File
@@ -76,7 +76,9 @@ describe('ol.source.Vector', function() {
}); });
goog.require('ol.Projection'); goog.require('ol.Projection');
goog.require('ol.filter.GeometryType'); goog.require('ol.filter.Geometry');
goog.require('ol.filter.Logical');
goog.require('ol.filter.LogicalOperator');
goog.require('ol.geom.GeometryType'); goog.require('ol.geom.GeometryType');
goog.require('ol.geom.Point'); goog.require('ol.geom.Point');
goog.require('ol.geom.LineString'); goog.require('ol.geom.LineString');