From 5d2cf663804d2c3522a2b88cc64ef7d65a55b6cd Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 19 Jul 2018 11:06:11 +0200 Subject: [PATCH] Add missing 'targetRotation' property in Animation typedef --- src/ol/View.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/View.js b/src/ol/View.js index dfdf355f97..d635ac73a6 100644 --- a/src/ol/View.js +++ b/src/ol/View.js @@ -33,7 +33,7 @@ import Units from './proj/Units.js'; * @property {number} [sourceResolution] * @property {number} [targetResolution] * @property {number} [sourceRotation] - * @property {number} [sourceRotation] + * @property {number} [targetRotation] * @property {module:ol/coordinate~Coordinate} [anchor] * @property {number} start * @property {number} duration