incorporate ahocevar's review

This commit is contained in:
Bart van den Eijnden
2012-01-11 15:33:25 +01:00
parent 10d3394896
commit 9a80c5f30f
+10 -1
View File
@@ -231,10 +231,19 @@ OpenLayers.Protocol.Response = OpenLayers.Class({
/** /**
* Property: features * Property: features
* {Array({<OpenLayers.Feature.Vector>})} or {<OpenLayers.Feature.Vector>} * {Array({<OpenLayers.Feature.Vector>})} or {<OpenLayers.Feature.Vector>}
* The features returned in the response by the server. * The features returned in the response by the server. Depending on the
* protocol's read payload, either features or data will be populated.
*/ */
features: null, features: null,
/**
* Property: data
* {Object}
* The data returned in the response by the server. Depending on the
* protocol's read payload, either features or data will be populated.
*/
data: null,
/** /**
* Property: reqFeatures * Property: reqFeatures
* {Array({<OpenLayers.Feature.Vector>})} or {<OpenLayers.Feature.Vector>} * {Array({<OpenLayers.Feature.Vector>})} or {<OpenLayers.Feature.Vector>}