Move oli.* stability notes to the corresponding ol.* symbol

This commit is contained in:
Andreas Hocevar
2014-05-22 16:01:35 +02:00
parent 2caa1139a1
commit 547334e211
9 changed files with 17 additions and 16 deletions
@@ -205,16 +205,19 @@ ol.interaction.DragAndDropEvent =
/**
* @type {Array.<ol.Feature>|undefined}
* @todo api
*/
this.features = opt_features;
/**
* @type {File}
* @todo api
*/
this.file = file;
/**
* @type {ol.proj.Projection|undefined}
* @todo api
*/
this.projection = opt_projection;