Merge pull request #2564 from elemoine/apistable4

Add @api stable annotations for the ol.control namespace
This commit is contained in:
Éric Lemoine
2014-08-21 11:02:56 +02:00
11 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -22,7 +22,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) {