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

@@ -18,7 +18,7 @@ goog.require('ol.interaction.Pointer');
* @constructor
* @extends {ol.interaction.Pointer}
* @param {olx.interaction.DragPanOptions=} opt_options Options.
* @todo api
* @todo api stable
*/
ol.interaction.DragPan = function(opt_options) {