Whitespace
This commit is contained in:
@@ -189,8 +189,6 @@ OpenLayers.Format.XML.VersionedOGC = OpenLayers.Class(OpenLayers.Format.XML, {
|
|||||||
var obj = this.parser.read(data, options); // Parse the data
|
var obj = this.parser.read(data, options); // Parse the data
|
||||||
|
|
||||||
var errorProperty = this.parser.errorProperty || null;
|
var errorProperty = this.parser.errorProperty || null;
|
||||||
|
|
||||||
|
|
||||||
if (errorProperty !== null && obj[errorProperty] === undefined) {
|
if (errorProperty !== null && obj[errorProperty] === undefined) {
|
||||||
// an error must have happened, so parse it and report back
|
// an error must have happened, so parse it and report back
|
||||||
var format = new OpenLayers.Format.OGCExceptionReport();
|
var format = new OpenLayers.Format.OGCExceptionReport();
|
||||||
|
|||||||
Reference in New Issue
Block a user