[OpenLayers-Commits] r10846 - trunk/openlayers/lib/OpenLayers/Layer
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Oct 18 04:09:56 EDT 2010
Author: erilem
Date: 2010-10-18 01:09:56 -0700 (Mon, 18 Oct 2010)
New Revision: 10846
Modified:
trunk/openlayers/lib/OpenLayers/Layer/Vector.js
Log:
remove property Layer.Vector.isVector, it serves no purpose, r=bartvde (closes #2888)
Modified: trunk/openlayers/lib/OpenLayers/Layer/Vector.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/Vector.js 2010-10-17 20:27:57 UTC (rev 10845)
+++ trunk/openlayers/lib/OpenLayers/Layer/Vector.js 2010-10-18 08:09:56 UTC (rev 10846)
@@ -123,12 +123,6 @@
isFixed: false,
/**
- * APIProperty: isVector
- * {Boolean} Whether the layer is a vector layer.
- */
- isVector: true,
-
- /**
* APIProperty: features
* {Array(<OpenLayers.Feature.Vector>)}
*/
More information about the Commits
mailing list