Fix '@see' link in src/ol/deviceorientation.js
This commit is contained in:
@@ -65,11 +65,11 @@ ol.DeviceOrientationProperty = {
|
|||||||
* equivalent properties in ol.DeviceOrientation are in radians for consistency
|
* equivalent properties in ol.DeviceOrientation are in radians for consistency
|
||||||
* with all other uses of angles throughout OpenLayers.
|
* 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
|
* To get notified of device orientation changes, register a listener for the
|
||||||
* generic `change` event on your `ol.DeviceOrientation` instance.
|
* generic `change` event on your `ol.DeviceOrientation` instance.
|
||||||
*
|
*
|
||||||
|
* @see {@link http://www.w3.org/TR/orientation-event/}
|
||||||
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.Object}
|
* @extends {ol.Object}
|
||||||
* @param {olx.DeviceOrientationOptions=} opt_options Options.
|
* @param {olx.DeviceOrientationOptions=} opt_options Options.
|
||||||
|
|||||||
Reference in New Issue
Block a user