Ensure functions are always called with the same number of args
This commit is contained in:
@@ -86,7 +86,7 @@ ol.renderer.canvas.VectorLayer.prototype.composeFrame =
|
||||
var vectorSource = this.getLayer().getSource();
|
||||
goog.asserts.assertInstanceof(vectorSource, ol.source.Vector);
|
||||
|
||||
var transform = this.getTransform(frameState);
|
||||
var transform = this.getTransform(frameState, 0);
|
||||
|
||||
this.dispatchPreComposeEvent(context, frameState, transform);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user