Add @api stable annotations for ol.control.FullScreen

This commit is contained in:
Éric Lemoine
2014-08-19 16:58:03 +02:00
parent 26ec1d5924
commit 24651ba21e

View File

@@ -25,7 +25,7 @@ goog.require('ol.pointer.PointerEventHandler');
* @constructor
* @extends {ol.control.Control}
* @param {olx.control.FullScreenOptions=} opt_options Options.
* @api
* @api stable
*/
ol.control.FullScreen = function(opt_options) {