Add @api stable annotations for ol.control.Rotate

This commit is contained in:
Éric Lemoine
2014-08-19 16:51:05 +02:00
parent 39431dff9e
commit 975e81a041
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ goog.require('ol.pointer.PointerEventHandler');
* @constructor
* @extends {ol.control.Control}
* @param {olx.control.RotateOptions=} opt_options Rotate options.
* @api
* @api stable
*/
ol.control.Rotate = function(opt_options) {