Simplify fires annotations
This commit is contained in:
@@ -19,8 +19,7 @@ goog.require('ol.proj');
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.interaction.Interaction}
|
||||
* @fires {@link ol.interaction.DragAndDropEvent}
|
||||
* ol.interaction.DragAndDropEvent
|
||||
* @fires ol.interaction.DragAndDropEvent
|
||||
* @param {olx.interaction.DragAndDropOptions=} opt_options Options.
|
||||
* @todo api
|
||||
*/
|
||||
|
||||
@@ -76,7 +76,7 @@ goog.inherits(ol.DragBoxEvent, goog.events.Event);
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.interaction.Pointer}
|
||||
* @fires {@link ol.DragBoxEvent} ol.DragBoxEvent
|
||||
* @fires ol.DragBoxEvent
|
||||
* @param {olx.interaction.DragBoxOptions=} opt_options Options.
|
||||
* @todo api
|
||||
*/
|
||||
|
||||
@@ -68,7 +68,7 @@ goog.inherits(ol.DrawEvent, goog.events.Event);
|
||||
* Interaction that allows drawing geometries
|
||||
* @constructor
|
||||
* @extends {ol.interaction.Pointer}
|
||||
* @fires {@link ol.DrawEvent} ol.DrawEvent
|
||||
* @fires ol.DrawEvent
|
||||
* @param {olx.interaction.DrawOptions} options Options.
|
||||
* @todo api
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user