From d950dada31c4c0a57830b92120f1fbeb0b3e2e15 Mon Sep 17 00:00:00 2001 From: Petr Sloup Date: Fri, 16 Oct 2015 16:19:54 +0200 Subject: [PATCH] Minor type fix --- src/ol/reproj/reproj.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ol/reproj/reproj.js b/src/ol/reproj/reproj.js index ed4e4a6940..7609942c61 100644 --- a/src/ol/reproj/reproj.js +++ b/src/ol/reproj/reproj.js @@ -99,7 +99,8 @@ ol.reproj.enlargeClipPoint_ = function(centroidX, centroidY, x, y) { * @param {ol.Extent} targetExtent Target extent. * @param {ol.reproj.Triangulation} triangulation Calculated triangulation. * @param {Array.<{extent: ol.Extent, - * image: (HTMLCanvasElement|Image)}>} sources Array of sources. + * image: (HTMLCanvasElement|Image|HTMLVideoElement)}>} sources + * Array of sources. * @param {boolean=} opt_renderEdges Render reprojection edges. * @return {HTMLCanvasElement} Canvas with reprojected data. */