#629 - remove events from geometry

git-svn-id: http://svn.openlayers.org/trunk/openlayers@2997 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-04-03 22:57:26 +00:00
parent 45407e9eda
commit 8647addda2
2 changed files with 1 additions and 16 deletions

View File

@@ -27,9 +27,6 @@ OpenLayers.Geometry.prototype = {
*
* @type OpenLayers.Feature */
feature: null,
/** @type OpenLayers.Events */
events:null,
/**
* @constructor
@@ -47,10 +44,6 @@ OpenLayers.Geometry.prototype = {
this.bounds = null;
this.feature = null;
if (this.events) {
this.events.destroy();
}
this.events = null;
},
/**