Add missing "rotate" field to DefaultsOptions typedef
This commit is contained in:
+2
-1
@@ -873,8 +873,9 @@ olx.control.ControlOptions.prototype.target;
|
|||||||
/**
|
/**
|
||||||
* @typedef {{attribution: (boolean|undefined),
|
* @typedef {{attribution: (boolean|undefined),
|
||||||
* attributionOptions: (olx.control.AttributionOptions|undefined),
|
* attributionOptions: (olx.control.AttributionOptions|undefined),
|
||||||
* zoom: (boolean|undefined),
|
* rotate: (boolean|undefined),
|
||||||
* rotateOptions: (olx.control.RotateOptions|undefined),
|
* rotateOptions: (olx.control.RotateOptions|undefined),
|
||||||
|
* zoom: (boolean|undefined),
|
||||||
* zoomOptions: (olx.control.ZoomOptions|undefined)}}
|
* zoomOptions: (olx.control.ZoomOptions|undefined)}}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user