remove unused 'events' property from Feature (Closes #922)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@4045 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -13,12 +13,6 @@
|
|||||||
*/
|
*/
|
||||||
OpenLayers.Feature = OpenLayers.Class({
|
OpenLayers.Feature = OpenLayers.Class({
|
||||||
|
|
||||||
/**
|
|
||||||
* Property: events
|
|
||||||
* {<OpenLayers.Events>}
|
|
||||||
*/
|
|
||||||
events: null,
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: layer
|
* Property: layer
|
||||||
* {<OpenLayers.Layer>}
|
* {<OpenLayers.Layer>}
|
||||||
@@ -87,11 +81,6 @@ OpenLayers.Feature = OpenLayers.Class({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.events) {
|
|
||||||
this.events.destroy();
|
|
||||||
}
|
|
||||||
this.events = null;
|
|
||||||
|
|
||||||
this.layer = null;
|
this.layer = null;
|
||||||
this.id = null;
|
this.id = null;
|
||||||
this.lonlat = null;
|
this.lonlat = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user