Remove ol.DragBoxEvent, ol.DrawEvent, ol.ObjectEvent, ol.source.VectorEvent symbols

These objects will never be constructed by the application
This commit is contained in:
Frederic Junod
2014-01-22 17:20:39 +01:00
parent c358cb7cfe
commit ffe1ad5fe3
4 changed files with 0 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
@exportSymbol ol.interaction.DragBox
@exportProperty ol.interaction.DragBox.prototype.getGeometry
@exportSymbol ol.DragBoxEvent
@exportProperty ol.DragBoxEvent.prototype.getCoordinate

View File

@@ -1,4 +1,3 @@
@exportSymbol ol.interaction.Draw
@exportSymbol ol.DrawEvent
@exportProperty ol.DrawEvent.prototype.getFeature

View File

@@ -8,5 +8,4 @@
@exportProperty ol.Object.prototype.unbind
@exportProperty ol.Object.prototype.unbindAll
@exportSymbol ol.ObjectEvent
@exportProperty ol.ObjectEvent.prototype.getKey

View File

@@ -9,5 +9,4 @@
@exportProperty ol.source.Vector.prototype.getAllFeaturesAtCoordinate
@exportProperty ol.source.Vector.prototype.removeFeature
@exportSymbol ol.source.VectorEvent
@exportProperty ol.source.VectorEvent.prototype.getFeature