Missing requires in test and example lint
This commit is contained in:
@@ -45,4 +45,3 @@ var map = new ol.Map({
|
|||||||
zoom: 1
|
zoom: 1
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -111,6 +111,8 @@ describe('ol.parser.TopoJSON', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
goog.require('ol.Feature');
|
goog.require('ol.Feature');
|
||||||
|
goog.require('ol.geom.MultiPolygon');
|
||||||
goog.require('ol.geom.Polygon');
|
goog.require('ol.geom.Polygon');
|
||||||
|
goog.require('ol.geom.SharedVertices');
|
||||||
goog.require('ol.parser.Parser');
|
goog.require('ol.parser.Parser');
|
||||||
goog.require('ol.parser.TopoJSON');
|
goog.require('ol.parser.TopoJSON');
|
||||||
|
|||||||
Reference in New Issue
Block a user