From 68d82edc0103f79517c24f3114e049c71933eabc Mon Sep 17 00:00:00 2001 From: ahocevar Date: Mon, 9 Aug 2010 14:05:57 +0000 Subject: [PATCH] Added note about requirement of serializability of feature attributes. Non-functional change. git-svn-id: http://svn.openlayers.org/trunk/openlayers@10609 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Feature/Vector.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Feature/Vector.js b/lib/OpenLayers/Feature/Vector.js index 0a1b7695b7..5b871c6efb 100644 --- a/lib/OpenLayers/Feature/Vector.js +++ b/lib/OpenLayers/Feature/Vector.js @@ -42,8 +42,8 @@ OpenLayers.Feature.Vector = OpenLayers.Class(OpenLayers.Feature, { /** * APIProperty: attributes - * {Object} This object holds arbitrary properties that describe the - * feature. + * {Object} This object holds arbitrary, serializable properties that + * describe the feature. */ attributes: null,