Making the linter happy
This commit is contained in:
@@ -8,6 +8,7 @@ goog.require('ol.filter.Extent');
|
||||
goog.require('ol.filter.Filter');
|
||||
goog.require('ol.filter.Geometry');
|
||||
goog.require('ol.filter.Logical');
|
||||
goog.require('ol.filter.LogicalOperator');
|
||||
goog.require('ol.geom.GeometryType');
|
||||
goog.require('ol.source.TileSource');
|
||||
goog.require('ol.structs.RTree');
|
||||
|
||||
@@ -76,7 +76,9 @@ describe('ol.source.Vector', function() {
|
||||
});
|
||||
|
||||
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.Point');
|
||||
goog.require('ol.geom.LineString');
|
||||
|
||||
Reference in New Issue
Block a user