From a38599d8d45939910ece9115e784e596849d2453 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 3 Mar 2016 16:27:32 +1300 Subject: Revert method documentation changes --- web/arrowstyle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/arrowstyle.js b/web/arrowstyle.js index 54f4e17ac..ad0ba08ee 100644 --- a/web/arrowstyle.js +++ b/web/arrowstyle.js @@ -391,7 +391,7 @@ ol.style.Arrow.prototype.render_ = function(atlasManager) { /** * @private - * @param {ol.style.RegularShape.RenderOptions} renderOptions Render options. + * @param {ol.style.Arrow.RenderOptions} renderOptions Render options. * @param {CanvasRenderingContext2D} context The rendering context. * @param {number} x The origin for the symbol (x). * @param {number} y The origin for the symbol (y). @@ -468,7 +468,7 @@ ol.style.Arrow.prototype.createHitDetectionCanvas_ = function(renderOptions) { /** * @private - * @param {ol.style.RegularShape.RenderOptions} renderOptions Render options. + * @param {ol.style.Arrow.RenderOptions} renderOptions Render options. * @param {CanvasRenderingContext2D} context The context. * @param {number} x The origin for the symbol (x). * @param {number} y The origin for the symbol (y). -- cgit v1.2.3