From 95fd0e177fa088a2729969017a1f2c7100b96d2c Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 10 Feb 2016 13:19:59 +0100 Subject: [PATCH] Fix olx.render.ToContextOptions#pixelRatio type The typedef is already correct --- externs/olx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs/olx.js b/externs/olx.js index b3564cd27f..7fc47e1e01 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -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;