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
+4 -4
View File
@@ -23,7 +23,7 @@ goog.require('ol.proj');
* @extends {ol.interaction.Interaction}
* @fires ol.interaction.DragAndDropEvent
* @param {olx.interaction.DragAndDropOptions=} opt_options Options.
* @todo api
* @todo api stable
*/
ol.interaction.DragAndDrop = function(opt_options) {
@@ -184,7 +184,7 @@ ol.interaction.DragAndDropEventType = {
/**
* Triggered when features are added
* @event ol.interaction.DragAndDropEvent#addfeatures
* @todo api
* @todo api stable
*/
ADD_FEATURES: 'addfeatures'
};
@@ -208,13 +208,13 @@ ol.interaction.DragAndDropEvent =
/**
* @type {Array.<ol.Feature>|undefined}
* @todo api
* @todo api stable
*/
this.features = opt_features;
/**
* @type {File}
* @todo api
* @todo api stable
*/
this.file = file;