Use a stricter type for chars_
This commit is contained in:
@@ -135,7 +135,7 @@ ol.render.canvas.Replay = function(tolerance, maxExtent, resolution, pixelRatio,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @type {Array.<*>}
|
* @type {Array.<Array.<number>>}
|
||||||
*/
|
*/
|
||||||
this.chars_ = [];
|
this.chars_ = [];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user