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:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user