[OpenLayers-Commits] r12150 -
trunk/openlayers/lib/OpenLayers/Feature
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Jul 4 06:18:23 EDT 2011
Author: ahocevar
Date: 2011-07-04 03:18:22 -0700 (Mon, 04 Jul 2011)
New Revision: 12150
Modified:
trunk/openlayers/lib/OpenLayers/Feature/Vector.js
Log:
nullify the modified object. r=bartvde (see #3400)
Modified: trunk/openlayers/lib/OpenLayers/Feature/Vector.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Feature/Vector.js 2011-07-04 08:37:55 UTC (rev 12149)
+++ trunk/openlayers/lib/OpenLayers/Feature/Vector.js 2011-07-04 10:18:22 UTC (rev 12150)
@@ -154,6 +154,7 @@
}
this.geometry = null;
+ this.modified = null;
OpenLayers.Feature.prototype.destroy.apply(this, arguments);
},
More information about the Commits
mailing list