Fix olx.render.ToContextOptions#pixelRatio type
The typedef is already correct
This commit is contained in:
+1
-1
@@ -3881,7 +3881,7 @@ olx.render.ToContextOptions.prototype.size;
|
|||||||
/**
|
/**
|
||||||
* Pixel ratio (canvas pixel to css pixel ratio) for the canvas. Default
|
* Pixel ratio (canvas pixel to css pixel ratio) for the canvas. Default
|
||||||
* is the detected device pixel ratio.
|
* is the detected device pixel ratio.
|
||||||
* @type {ol.Size|undefined}
|
* @type {number|undefined}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
olx.render.ToContextOptions.prototype.pixelRatio;
|
olx.render.ToContextOptions.prototype.pixelRatio;
|
||||||
|
|||||||
Reference in New Issue
Block a user