From e674255ebef135ab5dd2089a9969a68c63fa9c41 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 27 Jan 2016 12:31:08 +0100 Subject: [PATCH] Fix '@see' link in src/ol/deviceorientation.js --- src/ol/deviceorientation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/deviceorientation.js b/src/ol/deviceorientation.js index 55fcf0a716..1be3f7ac34 100644 --- a/src/ol/deviceorientation.js +++ b/src/ol/deviceorientation.js @@ -65,11 +65,11 @@ ol.DeviceOrientationProperty = { * equivalent properties in ol.DeviceOrientation are in radians for consistency * with all other uses of angles throughout OpenLayers. * - * @see http://www.w3.org/TR/orientation-event/ - * * To get notified of device orientation changes, register a listener for the * generic `change` event on your `ol.DeviceOrientation` instance. * + * @see {@link http://www.w3.org/TR/orientation-event/} + * * @constructor * @extends {ol.Object} * @param {olx.DeviceOrientationOptions=} opt_options Options.