remove unused argument from function call
This commit is contained in:
@@ -325,7 +325,7 @@ describe('ol.render.canvas.Immediate', function () {
|
|||||||
],
|
],
|
||||||
]).transform('EPSG:4326', 'EPSG:3857');
|
]).transform('EPSG:4326', 'EPSG:3857');
|
||||||
|
|
||||||
canvas.drawMultiPolygon(multiPolygonGeometry, null);
|
canvas.drawMultiPolygon(multiPolygonGeometry);
|
||||||
|
|
||||||
const expected = [
|
const expected = [
|
||||||
// first polygon
|
// first polygon
|
||||||
|
|||||||
Reference in New Issue
Block a user