remove property Layer.Vector.isVector, it serves no purpose, r=bartvde (closes #2888)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10846 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2010-10-18 08:09:56 +00:00
parent 6c56531378
commit 107cf7948c

View File

@@ -122,12 +122,6 @@ OpenLayers.Layer.Vector = OpenLayers.Class(OpenLayers.Layer, {
*/
isFixed: false,
/**
* APIProperty: isVector
* {Boolean} Whether the layer is a vector layer.
*/
isVector: true,
/**
* APIProperty: features
* {Array(<OpenLayers.Feature.Vector>)}