Add stable tags to interactions

This commit is contained in:
tsauerwein
2014-06-20 18:22:53 +02:00
parent b0a1444da0
commit b8ab6fd771
16 changed files with 28 additions and 28 deletions

View File

@@ -20,7 +20,7 @@ goog.require('ol.style.Style');
* @constructor
* @extends {ol.interaction.DragBox}
* @param {olx.interaction.DragZoomOptions=} opt_options Options.
* @todo api
* @todo api stable
*/
ol.interaction.DragZoom = function(opt_options) {
var options = goog.isDef(opt_options) ? opt_options : {};