Use a stricter type for chars_

This commit is contained in:
Andreas Hocevar
2017-09-12 11:27:26 +02:00
parent 9898112709
commit e2ebd05624

View File

@@ -135,7 +135,7 @@ ol.render.canvas.Replay = function(tolerance, maxExtent, resolution, pixelRatio,
/**
* @private
* @type {Array.<*>}
* @type {Array.<Array.<number>>}
*/
this.chars_ = [];
};