Add missing "rotate" field to DefaultsOptions typedef

This commit is contained in:
Éric Lemoine
2014-08-22 17:18:36 +02:00
parent 83b086db4f
commit db546a60ea

View File

@@ -873,8 +873,9 @@ olx.control.ControlOptions.prototype.target;
/**
* @typedef {{attribution: (boolean|undefined),
* attributionOptions: (olx.control.AttributionOptions|undefined),
* zoom: (boolean|undefined),
* rotate: (boolean|undefined),
* rotateOptions: (olx.control.RotateOptions|undefined),
* zoom: (boolean|undefined),
* zoomOptions: (olx.control.ZoomOptions|undefined)}}
* @api
*/