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
This commit is contained in:
ahocevar
2010-08-09 14:05:57 +00:00
parent c68e234b71
commit 68d82edc01

View File

@@ -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,