diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-03-03 16:27:32 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-03-03 16:27:32 +1300 |
commit | a38599d8d45939910ece9115e784e596849d2453 (patch) | |
tree | 3b07a9865bed4f80f923162d6c7b6b168f2038de /web | |
parent | 2f44b265381bf38ef33cc0a3cf8f393c77ace92b (diff) | |
download | trackermap-server-a38599d8d45939910ece9115e784e596849d2453.tar.gz trackermap-server-a38599d8d45939910ece9115e784e596849d2453.tar.bz2 trackermap-server-a38599d8d45939910ece9115e784e596849d2453.zip |
Revert method documentation changes
Diffstat (limited to 'web')
-rw-r--r-- | web/arrowstyle.js | 4 |
1 files changed, 2 insertions, 2 deletions
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). |