Reinstate deleted comment block

This commit is contained in:
Christopher Eykamp
2013-01-02 13:25:15 +01:00
parent abd733865b
commit eb4bbff8f4

View File

@@ -45,6 +45,14 @@ OpenLayers.Format.XML.VersionedOGC = OpenLayers.Class(OpenLayers.Format.XML, {
*/
allowFallback: false,
/**
* APIProperty: errorProperty
* {String} Which property of the returned object to check for in order to
* determine whether or not parsing has failed. In the case that the
* errorProperty is undefined on the returned object, the document will be
* run through an OGCExceptionReport parser.
*/
errorProperty: null,
/**
* Property: name