Fix olx.render.ToContextOptions#pixelRatio type

The typedef is already correct
This commit is contained in:
Frederic Junod
2016-02-10 13:19:59 +01:00
parent cf083e4f42
commit 95fd0e177f

View File

@@ -3881,7 +3881,7 @@ olx.render.ToContextOptions.prototype.size;
/**
* Pixel ratio (canvas pixel to css pixel ratio) for the canvas. Default
* is the detected device pixel ratio.
* @type {ol.Size|undefined}
* @type {number|undefined}
* @api
*/
olx.render.ToContextOptions.prototype.pixelRatio;