From ffe1ad5fe3a3cba8b85cdeb7f4d200a64b2c229c Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 22 Jan 2014 17:20:39 +0100 Subject: [PATCH] Remove ol.DragBoxEvent, ol.DrawEvent, ol.ObjectEvent, ol.source.VectorEvent symbols These objects will never be constructed by the application --- src/ol/interaction/dragboxinteraction.exports | 1 - src/ol/interaction/drawinteraction.exports | 1 - src/ol/object.exports | 1 - src/ol/source/vectorsource.exports | 1 - 4 files changed, 4 deletions(-) diff --git a/src/ol/interaction/dragboxinteraction.exports b/src/ol/interaction/dragboxinteraction.exports index bb21d81015..7553395958 100644 --- a/src/ol/interaction/dragboxinteraction.exports +++ b/src/ol/interaction/dragboxinteraction.exports @@ -1,5 +1,4 @@ @exportSymbol ol.interaction.DragBox @exportProperty ol.interaction.DragBox.prototype.getGeometry -@exportSymbol ol.DragBoxEvent @exportProperty ol.DragBoxEvent.prototype.getCoordinate diff --git a/src/ol/interaction/drawinteraction.exports b/src/ol/interaction/drawinteraction.exports index a79108ff5f..5ebae98a99 100644 --- a/src/ol/interaction/drawinteraction.exports +++ b/src/ol/interaction/drawinteraction.exports @@ -1,4 +1,3 @@ @exportSymbol ol.interaction.Draw -@exportSymbol ol.DrawEvent @exportProperty ol.DrawEvent.prototype.getFeature diff --git a/src/ol/object.exports b/src/ol/object.exports index 3b9b0d2900..dacc157656 100644 --- a/src/ol/object.exports +++ b/src/ol/object.exports @@ -8,5 +8,4 @@ @exportProperty ol.Object.prototype.unbind @exportProperty ol.Object.prototype.unbindAll -@exportSymbol ol.ObjectEvent @exportProperty ol.ObjectEvent.prototype.getKey diff --git a/src/ol/source/vectorsource.exports b/src/ol/source/vectorsource.exports index 9abab42a88..a0aef2893b 100644 --- a/src/ol/source/vectorsource.exports +++ b/src/ol/source/vectorsource.exports @@ -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