Add rotate control to defaults.

This commit is contained in:
Antoine Abt
2014-04-30 11:35:46 +02:00
parent 229ae5e883
commit 04fd0ecf53
2 changed files with 17 additions and 0 deletions

View File

@@ -683,6 +683,7 @@ olx.control.ControlOptions.prototype.target;
* logo: (boolean|undefined),
* logoOptions: (olx.control.LogoOptions|undefined),
* zoom: (boolean|undefined),
* rotateOptions: (olx.control.RotateOptions|undefined)}}
* zoomOptions: (olx.control.ZoomOptions|undefined)}}
* @todo api
*/
@@ -724,6 +725,13 @@ olx.control.DefaultsOptions.prototype.logoOptions;
olx.control.DefaultsOptions.prototype.zoom;
/**
* Rotate options.
* @type {olx.control.RotateOptions|undefined}
*/
olx.control.DefaultsOptions.prototype.rotateOptions;
/**
* Zoom options.
* @type {olx.control.ZoomOptions|undefined}