Add stability annotation to ol.interaction.Draw

This commit is contained in:
Tom Payne
2014-02-03 14:43:09 +01:00
parent 0413dcb562
commit b43148982a

View File

@@ -61,6 +61,7 @@ goog.inherits(ol.DrawEvent, goog.events.Event);
* @constructor
* @extends {ol.interaction.Interaction}
* @param {olx.interaction.DrawOptions=} opt_options Options.
* @todo stability experimental
*/
ol.interaction.Draw = function(opt_options) {